1
0
Fork 0
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:
anmol 2018-11-11 07:20:57 +05:30
parent 0b41223998
commit 9970dcad5a

View file

@ -1,5 +1,5 @@
location ~* \.(jpg|jpeg|png|gif|ico|js|pdf)$ {
root __FINALPATH__/__NAME__
root __FINALPATH__/__NAME__;
add_header Cache-Control "public";
expires 7d;
}