From 8e2fd1cd557be2338a42e389eae935d5c40299e4 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 29 May 2014 13:10:02 +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 802b2d7..edce0c1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location PATHTOCHANGE { } location @radicale { - uwsgi_pass unix:/run/uwsgi/app/searx/socket; + uwsgi_pass unix:/run/uwsgi/app/radicale/socket; include uwsgi_params; uwsgi_param QUERY_STRING $query_string; uwsgi_param REQUEST_METHOD $request_method;