(iacore.conf) fix Cache-Control stale

This commit is contained in:
Locria Cyber 2023-04-13 23:43:29 +00:00
parent e07b0dd49d
commit c090dd6ad2
Signed by: iacore
GPG key ID: ED0D424AE4406330

View file

@ -14,6 +14,6 @@ server {
}
location ~* .(eot|otf|woff|ttf|css|js|svg|jpg|jpeg|gif|png|ico|bmp|webp)$ {
add_header Cache-Control max-age=35436000;
add_header Cache-Control stale-while-revalidate=604800;
}
}