Security CMS multi-site installation tutorial
The previous tutorial showed how to install AnQi CMS using Baota's Docker.
Read address:
Here is an introduction to using the Baota reverse proxy site feature, adding an Anqi CMS multi-site tutorial.
Add Reverse Proxy Site on Baota Panel
In the left menu of the Baota panel, select [Website], on the website page, select [Reverse Proxy], and click [Add Reverse Proxy] to create a reverse proxy site.

On the interface for adding reverse proxy sites, fill in the domain of the new site in the domain column, and in the target column, when adding the port of the AnQiCMS site deployed with Docker, fill in the port, the default is 8001. Therefore, fill in herehttp://127.0.0.1:8001

Finally click OK to complete the creation of the reverse proxy site.
Add a new site in the Anqi CMS backend
The reverse proxy site was added, then we came to the AnQi CMS backend, found the multi-site management feature in the left menu, and clicked [Add New Site].

Note that AnQi CMS is deployed in Docker, so the default site root directory is also the /app/ directory in Docker.
On the interface for adding a new site, fill in:
- Site nameFill in according to the actual situation
- Site root directoryStart with
/app/Starting with the domain name replaced by underscores, such as/app/dev_anqicms.comUsed for independently storing cache and other data for new sites, do not repeat with other site directory names - website addressYour new website address, such as
http://dev.anqicms.com - Administrator account passwordSet the new site's backend management account and password
- Database nameThe database for the new site, usually fill in the domain name with dots replaced by underscores, used for independently storing data for new sites, such as
dev_anqicms_com - Duplicate database informationSelect the default database account information because we are installing AnQi CMS with Docker, which always has full database management permissions, so there is no need to re-enter the database account password.If you need to install the database elsewhere, you can fill it in accordingly.
- Select the template to use

Click the [OK] button last to complete the creation of the site.
Use the new site
The site has already been created and reverse proxy has been set up, so the new website can be accessed directly now.
You can access the new website backend by clicking the [Visit Backend] button in the multi-site management list. You can also enter the backend address in the browser address bar.

The backend address is: your domain/system
Wish you a pleasant experience using Anqi CMS!