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.
1 parent 3bc459d commit debee26Copy full SHA for debee26
ee/cli/templates/fastcgi.mustache
@@ -2,7 +2,7 @@
2
fastcgi_cache_path /var/run/nginx-cache levels=1:2 keys_zone=WORDPRESS:50m inactive=60m;
3
fastcgi_cache_key "$scheme$request_method$host$request_uri";
4
fastcgi_cache_use_stale error timeout invalid_header updating http_500 http_503;
5
-fastcgi_cache_valid any 1h;
+fastcgi_cache_valid 200 301 302 404 1h;
6
fastcgi_buffers 16 16k;
7
fastcgi_buffer_size 32k;
8
fastcgi_param SERVER_NAME $http_host;
0 commit comments