From f3935c10863dd6c7f98417721e9757b2c6abd4f8 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 21 Dec 2024 15:18:14 -0500 Subject: [PATCH] Update nginx.conf.j2 --- roles/nginx/templates/nginx.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nginx/templates/nginx.conf.j2 b/roles/nginx/templates/nginx.conf.j2 index 234cb389d..4b74c05e9 100644 --- a/roles/nginx/templates/nginx.conf.j2 +++ b/roles/nginx/templates/nginx.conf.j2 @@ -67,6 +67,7 @@ http { fastcgi_cache_use_stale updating error timeout invalid_header http_500; fastcgi_cache_lock on; fastcgi_cache_key $realpath_root$scheme$host$request_uri$request_method$http_origin; + fastcgi_ignore_headers Expires Set-Cookie; fastcgi_pass_header Set-Cookie; fastcgi_pass_header Cookie; {% endblock %}