We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8755e9 + a15afb5 commit 938e6b6Copy full SHA for 938e6b6
root-files/opt/flownative/lib/nginx.sh
@@ -60,6 +60,7 @@ nginx_config_fastcgi_cache() {
60
fastcgi_cache_methods GET HEAD;
61
fastcgi_cache_key \$request_method\$scheme\$host\$request_uri;
62
fastcgi_cache_valid 200 301 302 ${NGINX_CACHE_DEFAULT_LIFETIME};
63
+ fastcgi_cache_valid 404 410 30s;
64
fastcgi_cache_use_stale ${NGINX_CACHE_USE_STALE_OPTIONS};
65
fastcgi_cache_background_update ${NGINX_CACHE_BACKGROUND_UPDATE};
66
0 commit comments