mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-18 14:38:42 +00:00
8 lines
No EOL
309 B
Text
8 lines
No EOL
309 B
Text
{% if has_variable(all, "USE_PROXY_CACHE", "yes") +%}
|
|
proxy_cache_path /opt/bunkerweb/tmp/proxy_cache levels={{ PROXY_CACHE_PATH_LEVELS }} keys_zone=proxycache:{{ PROXY_CACHE_PATH_ZONE_SIZE }} {{ PROXY_CACHE_PATH_PARAMS }};
|
|
{% endif %}
|
|
|
|
map $http_upgrade $connection_upgrade {
|
|
default upgrade;
|
|
'' close;
|
|
} |