File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ echo "Docker configured with HTTPS_PROXY=$scheme://$http_host/"
288
288
proxy_cache cache;
289
289
proxy_cache_key $uri ;
290
290
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 ;
292
292
proxy_cache_valid 1s ;
293
293
error_page 301 302 307 = @handle_redirects;
294
294
}
@@ -300,7 +300,7 @@ echo "Docker configured with HTTPS_PROXY=$scheme://$http_host/"
300
300
proxy_cache cache;
301
301
proxy_cache_key $uri ;
302
302
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 ;
304
304
proxy_cache_valid 1s ;
305
305
error_page 301 302 307 = @handle_redirects;
306
306
}
You can’t perform that action at this time.
0 commit comments