diff --git a/conf/nginx.conf b/conf/nginx.conf index edce0c1..4d473eb 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location PATHTOCHANGE { } location @radicale { - uwsgi_pass unix:/run/uwsgi/app/radicale/socket; + uwsgi_pass unix:///run/uwsgi/app/radicale/socket; include uwsgi_params; uwsgi_param QUERY_STRING $query_string; uwsgi_param REQUEST_METHOD $request_method;