From a3745e4491313cab65f9ac9ba1c809d2637d2197 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 29 May 2014 14:39:51 +0200 Subject: [PATCH] Update nginx.conf-noroot --- conf/nginx.conf-noroot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf-noroot b/conf/nginx.conf-noroot index 0765788..b38f28a 100644 --- a/conf/nginx.conf-noroot +++ b/conf/nginx.conf-noroot @@ -9,4 +9,6 @@ location @searx { include uwsgi_params; uwsgi_modifier1 30; uwsgi_pass unix:/run/uwsgi/app/searx/socket; + # Include SSOWAT user panel. + #include conf.d/yunohost_panel.conf.inc; }