Przeglądaj źródła

Update nginx.conf

Alexandros Ioannides 7 lat temu
rodzic
commit
ed300a67ee
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
         }