forked from gitbot/uguu
Update X.Y.conf
This commit is contained in:
parent
9ed3650ffb
commit
bbd7acc88f
@ -14,9 +14,11 @@ root /var/www/uguu/dist/;
|
||||
autoindex off;
|
||||
access_log off;
|
||||
index index.html index.php;
|
||||
etag on;
|
||||
|
||||
location ~* \.(?:css|js|jpg|jpeg|gif|png|ico|xml|eot|woff|woff2|ttf|svg|otf)$ {
|
||||
add_header Cache-Control "no-cache, public, must-revalidate, proxy-revalidate";
|
||||
add_header Cache-Control "public";
|
||||
expires 2d;
|
||||
}
|
||||
|
||||
gzip on;
|
||||
|
Loading…
Reference in New Issue
Block a user