diff --git a/conf/nginx.conf b/conf/nginx.conf index 24c6407..8cce351 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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;