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 c6df9db commit 8aaef08Copy full SHA for 8aaef08
standalone_ubuntu_oss_install.sh
@@ -96,7 +96,7 @@ echo "Slice of slice for byte range requests: ${PROXY_CACHE_SLICE_SIZE}"
96
echo "Proxy Caching Time for Valid Response: ${PROXY_CACHE_VALID_OK}"
97
echo "Proxy Caching Time for Not Found Response: ${PROXY_CACHE_VALID_NOTFOUND}"
98
echo "Proxy Caching Time for Forbidden Response: ${PROXY_CACHE_VALID_FORBIDDEN}"
99
-echo "Proxy Cache Using Stale: ${PROXY_CACHE_USE_STALE:-'error timeout http_500 http_502 http_503 http_504'}"
+echo "Proxy Cache Using Stale: ${PROXY_CACHE_USE_STALE}"
100
echo "CORS Enabled: ${CORS_ENABLED}"
101
echo "CORS Allow Private Network Access: ${CORS_ALLOW_PRIVATE_NETWORK_ACCESS}"
102
0 commit comments