From c2cae01aff36713101fc935807d9f4e62fbefac1 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 29 May 2014 14:39:23 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index ab9cf55..8bd9d44 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,5 +8,7 @@ location PATHTOCHANGE { location @searx { uwsgi_pass unix:/run/uwsgi/app/searx/socket; include uwsgi_params; + # Include SSOWAT user panel. + #include conf.d/yunohost_panel.conf.inc; }