Update fastcgi_cache_use_stale directive
This commit is contained in:
parent
a6498a6bc2
commit
3f52323dca
@ -3,7 +3,7 @@ fastcgi_cache_key "$scheme$request_method$host$request_uri";
|
||||
|
||||
# If an error occurs when communicating with FastCGI server, return cached content.
|
||||
# Useful for serving cached content if the PHP process dies or timeouts.
|
||||
fastcgi_cache_use_stale error timeout invalid_header http_500;
|
||||
fastcgi_cache_use_stale error timeout updating invalid_header http_500;
|
||||
|
||||
# Allow caching of requests which contain the following headers.
|
||||
fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user