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 5c384fa commit 1f08ba6Copy full SHA for 1f08ba6
nginx/optional.d/proxy-cache.conf
@@ -17,10 +17,6 @@ proxy_cache_valid 501 1m;
17
proxy_cache_valid 502 1m;
18
proxy_cache_valid 503 1m;
19
20
-# Set proxy_cache_key to override default 'proxy_cache_key $scheme$proxy_host$uri$is_args$args;'
21
-# as we don't care about the "scheme" (http or https are the same, just SSL is different)
22
-proxy_cache_key $proxy_host$uri$is_args$args;
23
-
24
# This should serve the cache files if upstream is down
25
# - Note: 'updating' required with proxy_cache_background_update
26
proxy_cache_use_stale updating error timeout invalid_header http_500 http_502 http_503 http_504;
0 commit comments