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 f6769a6c2a - Show all commits

View file

@ -74,7 +74,7 @@ location / {
location ~* \.(jpg|jpeg|gif|png|ico|css|js|htm|html|ttf|woff|svg)$ {
expires 30d;
try_files $uri /index.php?q=$uri&$args;
try_files $uri /index.php?$args;
}
```