From 6478b348bd095605a24c31cb6aa9a67fe4725f17 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 3 Apr 2019 04:32:23 +0200 Subject: [PATCH] Adding yunohost panel --- conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) 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