mirror of
https://github.com/YunoHost-Apps/freescout_ynh.git
synced 2024-09-03 18:36:23 +02:00
Update nginx.conf
This commit is contained in:
parent
14267ce073
commit
0967afd88d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ location __PATH__/ {
|
||||||
location ~* ^/(?:css|js)/.*\.(?:css|js)$ {
|
location ~* ^/(?:css|js)/.*\.(?:css|js)$ {
|
||||||
expires 2d;
|
expires 2d;
|
||||||
access_log off;
|
access_log off;
|
||||||
add_header Cache-Control "public, must-revalidate";
|
more_set_headers "Cache-Control: public, must-revalidate";
|
||||||
}
|
}
|
||||||
|
|
||||||
# The list should be in sync with /storage/app/public/uploads/.htaccess and /config/app.php
|
# The list should be in sync with /storage/app/public/uploads/.htaccess and /config/app.php
|
||||||
|
|
Loading…
Reference in a new issue