File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PROXY_CACHE_SLICE_SIZE=1m
1616ENV PROXY_CACHE_VALID_OK=1h
1717ENV PROXY_CACHE_VALID_NOTFOUND=1m
1818ENV PROXY_CACHE_VALID_FORBIDDEN=30s
19+ ENV PROXY_CACHE_USE_STALE='error timeout http_500 http_502 http_503 http_504'
1920
2021# CORS env vars
2122ENV CORS_ENABLED=0
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ ENV PROXY_CACHE_SLICE_SIZE=1m
1111ENV PROXY_CACHE_VALID_OK=1h
1212ENV PROXY_CACHE_VALID_NOTFOUND=1m
1313ENV PROXY_CACHE_VALID_FORBIDDEN=30s
14+ ENV PROXY_CACHE_USE_STALE='error timeout http_500 http_502 http_503 http_504'
1415
1516# CORS env vars
1617ENV CORS_ENABLED=0
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PROXY_CACHE_SLICE_SIZE=1m
1616ENV PROXY_CACHE_VALID_OK=1h
1717ENV PROXY_CACHE_VALID_NOTFOUND=1m
1818ENV PROXY_CACHE_VALID_FORBIDDEN=30s
19+ ENV PROXY_CACHE_USE_STALE='error timeout http_500 http_502 http_503 http_504'
1920
2021# CORS env vars
2122ENV CORS_ENABLED=0
You can’t perform that action at this time.
0 commit comments