Update multiple projects section

Added some extra clarification on a point that tricked me up for a bit.
This commit is contained in:
da-mask 2021-06-03 14:18:53 +10:00 committed by GitHub
parent 77be7c4001
commit 5d19a3646e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

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`.