File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ echo "Docker configured with HTTPS_PROXY=$scheme://$http_host/"
288288 proxy_cache cache;
289289 proxy_cache_key $uri ;
290290 proxy_intercept_errors on;
291- proxy_cache_use_stale error timeout http_500 http_502 http_504 http_403 ;
291+ proxy_cache_use_stale error timeout http_500 http_502 http_504 http_429 ;
292292 proxy_cache_valid 1s ;
293293 error_page 301 302 307 = @handle_redirects;
294294 }
@@ -300,7 +300,7 @@ echo "Docker configured with HTTPS_PROXY=$scheme://$http_host/"
300300 proxy_cache cache;
301301 proxy_cache_key $uri ;
302302 proxy_intercept_errors on;
303- proxy_cache_use_stale error timeout http_500 http_502 http_504 http_403 ;
303+ proxy_cache_use_stale error timeout http_500 http_502 http_504 http_429 ;
304304 proxy_cache_valid 1s ;
305305 error_page 301 302 307 = @handle_redirects;
306306 }
You can’t perform that action at this time.
0 commit comments