From 2e1ea4df861fe1682331d8ac051d435bcb160cf7 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 10 Apr 2018 23:21:42 +0800 Subject: radicale: Use the default path of uwsgi socket --- roles/web/templates/sites/liwt.radicale.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/web/templates') diff --git a/roles/web/templates/sites/liwt.radicale.conf.j2 b/roles/web/templates/sites/liwt.radicale.conf.j2 index 2822fb8..728717f 100644 --- a/roles/web/templates/sites/liwt.radicale.conf.j2 +++ b/roles/web/templates/sites/liwt.radicale.conf.j2 @@ -45,7 +45,7 @@ server { include uwsgi_params; # Require to set 'auth/type' to 'remote_user' in config file uwsgi_param REMOTE_USER $username; - uwsgi_pass unix:/var/run/uwsgi-radicale.sock; + uwsgi_pass unix:/tmp/uwsgi-radicale.sock; } } {% endif %} -- cgit v1.2.2