1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

Update nginx.conf

This commit is contained in:
yalh76 2019-03-20 02:44:17 +01:00
parent 118fe148c1
commit 9fc8538b7d

View file

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