From 677631bb85899d3ef9ff7e0f8137f85dd3740e68 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 28 Aug 2022 19:03:23 -0600 Subject: [PATCH] disable ynh portal --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 9d4a737..21a201c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,7 +10,7 @@ location / { proxy_set_header X-Forwarded-Host $server_name; # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; + # include conf.d/yunohost_panel.conf.inc; } location /media/ {