Increase cache duration

This commit is contained in:
Hubert Van De Walle 2020-05-01 00:41:28 +02:00
parent e3da36c7ba
commit daf27f0f34

View File

@ -30,8 +30,8 @@ server {
location ~* \.(css|js)$ {
root /usr/share/nginx/html;
expires 1d;
add_header Cache-Control "public, max-age=86400";
expires 1m;
add_header Cache-Control "public, max-age=2628000";
}
location / {