1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zusam_ynh.git synced 2024-09-03 18:05:54 +02:00

Tweak nginx.conf to avoid package check errors

This commit is contained in:
dragondaddy 2023-08-10 02:28:47 +02:00
parent 6526eeba49
commit d9dcb05b17

View file

@ -7,7 +7,7 @@
}
location ~ \.(js|png|css|woff2)$ {
expires 1M;
add_header Cache-Control "public";
more_set_headers 'Cache-Control : public';
}
location /files {
expires 1M;