From 787ab28a2af267465f968860a226bbcf1f2bc83e Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 10 May 2014 13:40:10 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3aa47a7..ab9cf55 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,6 +6,7 @@ location PATHTOCHANGE { } location @searx { - uwsgi_pass unix:///tmp/searx.sock; + uwsgi_pass unix:/run/uwsgi/app/searx/socket; include uwsgi_params; } +