Add support for root websocket
This commit is contained in:
parent
4c876fffb8
commit
9eb840c233
3 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,9 @@
|
|||
}
|
||||
|
||||
proxy / http://{{ reverse_location }}:{{ reverse_port }} {
|
||||
{% if rootws %}
|
||||
websocket
|
||||
{% endif %}
|
||||
transparent
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue