Alexandros Ioannides пре 7 година
родитељ
комит
ed300a67ee
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/deb/nginx/nginx.conf

+ 1 - 1
src/deb/nginx/nginx.conf

@@ -104,7 +104,7 @@ http {
         error_page      500     /error/index.html;
 
         location / {
-            expires 1d;
+            expires off;
             index   index.php;
         }