From 3e66857d9f448ce622b2a792e6fff8bbe62ea3cf Mon Sep 17 00:00:00 2001 From: ma-04 <120931948+ma-04@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:02:14 +0600 Subject: [PATCH] fix(cache control): remove unnecessary cache control header --- nginx/common/php.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx/common/php.conf b/nginx/common/php.conf index ced0563..dfc4917 100644 --- a/nginx/common/php.conf +++ b/nginx/common/php.conf @@ -11,5 +11,4 @@ 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; }