diff --git a/conf/nginx.conf b/conf/nginx.conf index 71e59d3..13aecb8 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -53,6 +53,9 @@ proxy_send_timeout 600; proxy_read_timeout 600; send_timeout 600; + + # Include SSOWAT user panel. + include conf.d/yunohost_panel.conf.inc; } # Bypass PeerTube for performance reasons. Could be removed