mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Fix nginx
This commit is contained in:
parent
0b41223998
commit
9970dcad5a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
location ~* \.(jpg|jpeg|png|gif|ico|js|pdf)$ {
|
location ~* \.(jpg|jpeg|png|gif|ico|js|pdf)$ {
|
||||||
root __FINALPATH__/__NAME__
|
root __FINALPATH__/__NAME__;
|
||||||
add_header Cache-Control "public";
|
add_header Cache-Control "public";
|
||||||
expires 7d;
|
expires 7d;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue