[enh] Include SSOWAT user panel.

This commit is contained in:
opi 2014-07-21 23:44:12 +02:00
parent 21b5b056d5
commit 852ed57ece
2 changed files with 6 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
}