chore(nginx): expand cache duration to 60 days

This commit is contained in:
Jewgeni Lewash 2024-03-08 08:27:28 +01:00
parent 521a4ce7fd
commit 9100c62fab

View File

@ -40,7 +40,7 @@ http {
try_files $uri $uri/ $uri/index.html =404;
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg|webp)$ {
expires 30d;
expires 60d;
add_header Cache-Control "public, no-transform";
}