diff --git a/nginx/common/php.conf b/nginx/common/php.conf index 379ad17..4f70350 100644 --- a/nginx/common/php.conf +++ b/nginx/common/php.conf @@ -10,5 +10,4 @@ location ~ \.php$ { include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_path_info; - add_header Cache-Control "public, max-age=3600"; }