From 852ed57eceda33b8d5e1b346f09194cedcf3d75e Mon Sep 17 00:00:00 2001 From: opi Date: Mon, 21 Jul 2014 23:44:12 +0200 Subject: [PATCH] [enh] Include SSOWAT user panel. --- conf/nginx.conf | 3 +++ conf/nginx.conf-noroot | 3 +++ 2 files changed, 6 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index ab9cf55..e17b794 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,5 +8,8 @@ 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; } diff --git a/conf/nginx.conf-noroot b/conf/nginx.conf-noroot index 0765788..dea5b78 100644 --- a/conf/nginx.conf-noroot +++ b/conf/nginx.conf-noroot @@ -9,4 +9,7 @@ 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; }