Skip to content

Commit 8aaef08

Browse files
mhbahmanidekobon
authored andcommitted
Remove proxy cache use stale default values
1 parent c6df9db commit 8aaef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone_ubuntu_oss_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ echo "Slice of slice for byte range requests: ${PROXY_CACHE_SLICE_SIZE}"
9696
echo "Proxy Caching Time for Valid Response: ${PROXY_CACHE_VALID_OK}"
9797
echo "Proxy Caching Time for Not Found Response: ${PROXY_CACHE_VALID_NOTFOUND}"
9898
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'}"
99+
echo "Proxy Cache Using Stale: ${PROXY_CACHE_USE_STALE}"
100100
echo "CORS Enabled: ${CORS_ENABLED}"
101101
echo "CORS Allow Private Network Access: ${CORS_ALLOW_PRIVATE_NETWORK_ACCESS}"
102102

0 commit comments

Comments
 (0)