We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 307a8b3 + fc4fcf7 commit 8c283b1Copy full SHA for 8c283b1
config/nginx/conf.d/fastcgi.conf
@@ -3,7 +3,7 @@
3
fastcgi_cache_path /var/run/nginx-cache levels=1:2 keys_zone=WORDPRESS:50m inactive=60m;
4
fastcgi_cache_key "$scheme$request_method$host$request_uri";
5
fastcgi_cache_use_stale error timeout invalid_header updating http_500 http_503;
6
-fastcgi_cache_valid any 1h;
+fastcgi_cache_valid 200 301 302 404 1h;
7
8
fastcgi_buffers 16 16k;
9
fastcgi_buffer_size 32k;
0 commit comments