Add support for root websocket

This commit is contained in:
Wilfried OLLIVIER 2019-02-17 17:45:02 +01:00
parent 4c876fffb8
commit 9eb840c233
3 changed files with 7 additions and 1 deletions

View file

@ -13,6 +13,9 @@
}
proxy / http://{{ reverse_location }}:{{ reverse_port }} {
{% if rootws %}
websocket
{% endif %}
transparent
}