Update nginx.conf-noroot

This commit is contained in:
abeudin 2014-05-31 12:06:21 +02:00
parent ee73739e7a
commit 217a2a5e29
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ location @searx {
uwsgi_param SCRIPT_NAME PATHTOCHANGE;
include uwsgi_params;
uwsgi_modifier1 30;
uwsgi_pass unix:/run/uwsgi/app/searx/socket;
uwsgi_pass unix:///run/uwsgi/app/searx/socket;
# Include SSOWAT user panel.
#include conf.d/yunohost_panel.conf.inc;
}