Update nginx.conf

This commit is contained in:
abeudin 2014-05-29 14:39:23 +02:00
parent b88f0c3909
commit c2cae01aff
1 changed files with 2 additions and 0 deletions

View File

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