0.1.17-DEV-20200321-000226
-------------------------- * MODIFY: - update certs for lets encrypt renewal * ADD: - add bitwarden site - add unifi site - added support for web sockets globally
This commit is contained in:
@ -35,10 +35,8 @@ client_max_body_size {{ proxy_sites[item.key]['max_upload'] }};
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
{% if item.key == "tower.thezengarden.net" or item.key == "tower2.thezengarden.net" %}
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
{% endif %}
|
||||
|
||||
proxy_pass {{ proxy_sites[item.key]['proto'] }}://{{ proxy_sites[item.key]['dest'] }}:{{ proxy_sites[item.key]['port'] }};
|
||||
|
||||
|
Reference in New Issue
Block a user