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
16
16
ENV PROXY_CACHE_VALID_OK=1h
17
17
ENV PROXY_CACHE_VALID_NOTFOUND=1m
18
18
ENV PROXY_CACHE_VALID_FORBIDDEN=30s
19
+ ENV PROXY_CACHE_USE_STALE='error timeout http_500 http_502 http_503 http_504'
19
20
20
21
# CORS env vars
21
22
ENV CORS_ENABLED=0
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ ENV PROXY_CACHE_SLICE_SIZE=1m
11
11
ENV PROXY_CACHE_VALID_OK=1h
12
12
ENV PROXY_CACHE_VALID_NOTFOUND=1m
13
13
ENV PROXY_CACHE_VALID_FORBIDDEN=30s
14
+ ENV PROXY_CACHE_USE_STALE='error timeout http_500 http_502 http_503 http_504'
14
15
15
16
# CORS env vars
16
17
ENV CORS_ENABLED=0
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ENV PROXY_CACHE_SLICE_SIZE=1m
16
16
ENV PROXY_CACHE_VALID_OK=1h
17
17
ENV PROXY_CACHE_VALID_NOTFOUND=1m
18
18
ENV PROXY_CACHE_VALID_FORBIDDEN=30s
19
+ ENV PROXY_CACHE_USE_STALE='error timeout http_500 http_502 http_503 http_504'
19
20
20
21
# CORS env vars
21
22
ENV CORS_ENABLED=0
You can’t perform that action at this time.
0 commit comments