فهرست منبع

Update nginx.conf

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;
         }