From dc29d9724967d8c02915010ef76ffdc55151aceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 10 Jul 2024 17:37:28 +0200 Subject: [PATCH] Fix commented nginx config for linter --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d49cf95..e8db4d8 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,7 @@ location __PATH__/ { try_files $uri $uri/ __PATH__/index.php; location ~ [^/]\.php(/|$) { - # add_header X-Cache $upstream_cache_status; + # more_set_headers X-Cache $upstream_cache_status; # fastcgi_ignore_headers "Cache-Control" "Expires" "Set-Cookie"; # fastcgi_cache nginx_cache; # fastcgi_cache_valid any 7d;