diff --git a/etc/nginx/fastcgi_cache b/etc/nginx/fastcgi_cache index 16991b3..18f615e 100644 --- a/etc/nginx/fastcgi_cache +++ b/etc/nginx/fastcgi_cache @@ -3,7 +3,7 @@ fastcgi_cache_path /var/cache/nginx/fastcgi_cache levels=1:2 keys_zone=FASTCGICACHE:100m max_size=1g inactive=60m; fastcgi_cache_key "$scheme$request_method$host$request_uri"; -fastcgi_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504; +fastcgi_cache_use_stale error timeout invalid_header updating http_500 http_503; fastcgi_cache_revalidate on; fastcgi_cache_background_update on; fastcgi_cache_lock on;