Skip to content

Commit

Permalink
Update nginx.conf.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Dec 21, 2024
1 parent 3894c3a commit f3935c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/nginx/templates/nginx.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit f3935c1

Please sign in to comment.