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 84dcfa0 commit b57803eCopy full SHA for b57803e
rootfs/etc/nginx/templates/default.conf.template
@@ -55,8 +55,8 @@ server {
55
proxy_cache_valid 200 206 7d;
56
proxy_cache_valid 301 302 0;
57
proxy_cache_lock on;
58
- proxy_cache_lock_age 5m;
59
- proxy_cache_lock_timeout 2h;
+ proxy_cache_lock_age 2m;
+ proxy_cache_lock_timeout 1h;
60
proxy_cache_use_stale error timeout invalid_header updating http_500 http_502 http_503 http_504;
61
proxy_cache_revalidate on;
62
0 commit comments