From 10d6970b92d407775cbc750c281e964387799a0b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 30 Jan 2024 02:19:44 +0100 Subject: [PATCH] comment --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) 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;