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 42e9967 commit 0f77221Copy full SHA for 0f77221
nginx.conf
@@ -244,6 +244,7 @@ echo "Docker configured with HTTPS_PROXY=$scheme://$http_host/"
244
# will wait for the first to finish instead of doing multiple upstream requests.
245
proxy_cache_lock on;
246
proxy_cache_lock_timeout 880s;
247
+ proxy_cache_lock_age 880s;
248
249
# Cache all 200, 206 for 60 days default.
250
0 commit comments