This commit is contained in:
OniriCorpe 2024-01-30 02:19:44 +01:00
parent 95b7d3161e
commit 10d6970b92

View file

@ -17,6 +17,7 @@ location / {
include conf.d/yunohost_panel.conf.inc;
}
# Enable the websocket
location /ws/ {
proxy_pass https://127.0.0.1:__PORT__;
proxy_http_version 1.1;