Skip to content

Commit

Permalink
🔧 FastCGI Cache: Stop ignoring Cache-Control headers
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Dec 21, 2024
1 parent 0aeed2a commit 3894c3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/nginx/templates/nginx.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ 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 Cache-Control Expires Set-Cookie;
fastcgi_pass_header Set-Cookie;
fastcgi_pass_header Cookie;
{% endblock %}
Expand Down

0 comments on commit 3894c3a

Please sign in to comment.