Update INSTALL.md #10

Merged
AndyHee merged 5 commits from master into master 2018-11-14 16:08:47 +01:00
Showing only changes of commit ea3657d15b - Show all commits

View file

@ -63,10 +63,19 @@ DocumentRoot /path/to/friendica-directory/public/
```
### Nginx
Include this line your nginx config file.
Add these lines to your nginx config file.
```
root /path/to/friendica-directory/public;
location / {
rewrite ^/(.*) /index.php?$args last;
}
location ~* \.(jpg|jpeg|gif|png|ico|css|js|htm|html|ttf|woff|svg)$ {
expires 30d;
try_files $uri /index.php?q=$uri&$args;
}
```
## 4. Set up the background task