From bd62a358c9c29d6953d6bd5fd80270a7cb15dd91 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 25 Sep 2021 13:06:58 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0a6c5ae..5cd4c7f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -18,4 +18,7 @@ location __PATH__/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; + + # Include SSOWAT user panel. + include conf.d/yunohost_panel.conf.inc; }