From 217a2a5e296f176fc67444ef024bdca69a7753c8 Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 31 May 2014 12:06:21 +0200 Subject: [PATCH] Update nginx.conf-noroot --- conf/nginx.conf-noroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf-noroot b/conf/nginx.conf-noroot index b38f28a..93a7016 100644 --- a/conf/nginx.conf-noroot +++ b/conf/nginx.conf-noroot @@ -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; }