nginx revert

This commit is contained in:
Steffen Illium 2024-11-10 14:02:06 +01:00
parent 1eea19c44c
commit ef0fa70901

View File

@ -29,12 +29,12 @@ server {
location = /404.html {
root /usr/share/nginx/html;
}
# Browser Caching
location ~* \.(css|js|ico|gif|jpeg|jpg|webp|png|svg|eot|otf|woff|woff2|ttf|ogg)$ {
expires 180d;
add_header Pragma "public";
add_header Cache-Control "public";
}
## Browser Caching
#location ~* \.(css|js|ico|gif|jpeg|jpg|webp|png|svg|eot|otf|woff|woff2|ttf|ogg)$ {
# expires 180d;
# add_header Pragma "public";
# add_header Cache-Control "public";
#}
gzip on;
gzip_comp_level 4;