Fix: websocket support with explicit yes/no

This commit is contained in:
Wilfried OLLIVIER 2019-02-01 19:04:44 +01:00
parent 6754b139c4
commit a1cbee3297
3 changed files with 5 additions and 2 deletions

View file

@ -16,7 +16,7 @@
transparent
}
{% if websocket_path is defined %}
{% if websocket %}
proxy {{ websocket_path }} http://{{ websocket_location }}:{{ websocket_port }} {
websocket
}