We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ec3fa commit 0acdf2cCopy full SHA for 0acdf2c
1 file changed
install/deb/nginx/nginx.conf
@@ -137,6 +137,7 @@ http {
137
fastcgi_cache_methods GET HEAD;
138
fastcgi_cache_use_stale updating error timeout invalid_header http_500 http_503;
139
fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
140
+ add_header X-FastCGI-Cache $upstream_cache_status;
141
142
# Cache bypass
143
map $http_cookie $no_cache {
0 commit comments