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 19ff1cc commit 411edf4Copy full SHA for 411edf4
nginx.conf
@@ -289,7 +289,7 @@ echo "Docker configured with HTTPS_PROXY=$scheme://$http_host/"
289
proxy_cache_key $uri;
290
proxy_intercept_errors on;
291
proxy_cache_use_stale error timeout http_500 http_502 http_504 http_429;
292
- proxy_cache_valid 1s;
+ proxy_cache_valid 0s;
293
error_page 301 302 307 = @handle_redirects;
294
}
295
@@ -301,7 +301,7 @@ echo "Docker configured with HTTPS_PROXY=$scheme://$http_host/"
301
302
303
304
305
306
307
0 commit comments