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:
parent
6526eeba49
commit
d9dcb05b17
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue