Merge pull request #2984 from da-mask/master

Update multiple projects section
This commit is contained in:
Shao Yu-Lung (Allen) 2021-06-04 13:05:41 +08:00 committed by GitHub
commit 82d3bf4c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,12 @@ Your folder structure should look like this:
* project-2
```
Make sure the `APP_CODE_PATH_HOST` variable points to parent directory.
```
APP_CODE_PATH_HOST=../
```
2 - Go to your web server and create config files to point to different project directory when visiting different domains:
For **Nginx** go to `nginx/sites`, for **Apache2** `apache2/sites`.