diff --git a/nginx/common/php.conf b/nginx/common/php.conf index ced0563..1dca625 100644 --- a/nginx/common/php.conf +++ b/nginx/common/php.conf @@ -11,5 +11,5 @@ location ~ \.php$ { fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param HTTPS $fastcgi_https; - expires 1h; + expires off; } diff --git a/nginx/common/wpfc-php.conf b/nginx/common/wpfc-php.conf index 1b926a3..791d606 100644 --- a/nginx/common/wpfc-php.conf +++ b/nginx/common/wpfc-php.conf @@ -30,5 +30,5 @@ location ~ \.php$ { fastcgi_cache_bypass $skip_cache; fastcgi_no_cache $skip_cache; fastcgi_cache WORDPRESS; - expires 1h; + expires off; }