chore(nginx): expand cache duration to 60 days
This commit is contained in:
parent
521a4ce7fd
commit
9100c62fab
@ -40,7 +40,7 @@ http {
|
|||||||
try_files $uri $uri/ $uri/index.html =404;
|
try_files $uri $uri/ $uri/index.html =404;
|
||||||
|
|
||||||
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|webp)$ {
|
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|webp)$ {
|
||||||
expires 30d;
|
expires 60d;
|
||||||
add_header Cache-Control "public, no-transform";
|
add_header Cache-Control "public, no-transform";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user