nginx....

This commit is contained in:
Steffen Illium
2023-12-24 12:03:13 +01:00
committed by Steffen Illium
parent 04c163e590
commit f5edb974d7

View File

@@ -8,9 +8,6 @@ server {
location / { location / {
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;
}
location ~* \.(js|css|jpg|jpeg|png|gif|js|css|ico|swf)$ {
expires 1y; expires 1y;
etag off; etag off;
if_modified_since off; if_modified_since off;