Update INSTALL.md
This commit is contained in:
parent
ea3657d15b
commit
f6769a6c2a
|
@ -74,7 +74,7 @@ location / {
|
||||||
|
|
||||||
location ~* \.(jpg|jpeg|gif|png|ico|css|js|htm|html|ttf|woff|svg)$ {
|
location ~* \.(jpg|jpeg|gif|png|ico|css|js|htm|html|ttf|woff|svg)$ {
|
||||||
expires 30d;
|
expires 30d;
|
||||||
try_files $uri /index.php?q=$uri&$args;
|
try_files $uri /index.php?$args;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue