bunkerweb 1.4.0
This commit is contained in:
8
core/reverseproxy/confs/http/reverse-proxy.conf
Normal file
8
core/reverseproxy/confs/http/reverse-proxy.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
{% 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;
|
||||
}
|
||||
Reference in New Issue
Block a user