Update INSTALL.md

Add Nginx configuration line
This commit is contained in:
Andy H 2018-11-12 21:36:55 +07:00 committed by GitHub
parent 714c37f811
commit ad8a2b80e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -67,7 +67,12 @@ In your Virtual Host file, set your document root as follow:
```
DocumentRoot /path/to/friendica-directory/public/
```
### Nginx
Include this line your nginx config file.
```
root /path/to/friendica-directory/public;
```
## Set up the background task
Friendica Directory relies on a background task running every minute to keep the directory up to date.