Fix typo in iacore.conf

This commit is contained in:
Anthony Wang 2023-04-13 20:04:46 +00:00
parent 613e03be26
commit e07b0dd49d
Signed by untrusted user: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -13,8 +13,7 @@ server {
try_files $uri $uri.html $uri/ =404;
}
location ~* .(eot|otf|woff|ttf|css|js|svg|jpg
|jpeg|gif|png|ico|bmp|webp)$ {
location ~* .(eot|otf|woff|ttf|css|js|svg|jpg|jpeg|gif|png|ico|bmp|webp)$ {
add_header Cache-Control max-age=35436000;
}
}