Update INSTALL.md

This commit is contained in:
Andy H 2018-11-14 21:57:20 +07:00 committed by GitHub
parent ea3657d15b
commit f6769a6c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}
```