mirror of
https://github.com/friendica/friendica-directory
synced 2025-02-15 00:35:47 +01:00
Update INSTALL.md
This commit is contained in:
parent
ea3657d15b
commit
f6769a6c2a
1 changed files with 1 additions and 1 deletions
|
@ -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