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 8aaef08 commit a7dd404Copy full SHA for a7dd404
standalone_ubuntu_oss_install.sh
@@ -180,6 +180,8 @@ PROXY_CACHE_VALID_OK=${PROXY_CACHE_VALID_OK:-'1h'}
180
PROXY_CACHE_VALID_NOTFOUND=${PROXY_CACHE_VALID_NOTFOUND:-'1m'}
181
# Proxy caching time for response code 403
182
PROXY_CACHE_VALID_FORBIDDEN=${PROXY_CACHE_VALID_FORBIDDEN:-'30s'}
183
+# Proxy cache using stale data when error occurs
184
+PROXY_CACHE_USE_STALE=${PROXY_CACHE_USE_STALE:-'error timeout http_500 http_502 http_503 http_504'}
185
# Enables or disables CORS for the S3 Gateway (true=enabled, false=disabled)
186
CORS_ENABLED=${CORS_ENABLED:-'false'}
187
# Configure portion of URL to be removed (optional)
0 commit comments