diff --git a/nginx/default.conf b/nginx/default.conf index d5db3cd..475d29a 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -5,6 +5,8 @@ server { #charset koi8-r; #access_log /var/log/nginx/host.access.log main; + expires epoch; + location / { root /usr/share/nginx/html; index index.html index.htm; @@ -42,6 +44,8 @@ server { #charset koi8-r; #access_log /var/log/nginx/host.access.log main; + expires epoch; + location / { root /usr/share/nginx/html; index index.html index.htm;