From c01a329e013be5cc75a9f9cd79851ea19fca20e1 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 29 May 2014 13:09:37 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3c46015..802b2d7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location PATHTOCHANGE { } location @radicale { - uwsgi_pass unix:///tmp/radicale.sock; + uwsgi_pass unix:/run/uwsgi/app/searx/socket; include uwsgi_params; uwsgi_param QUERY_STRING $query_string; uwsgi_param REQUEST_METHOD $request_method;