diff options
author | Aaron LI <aly@aaronly.me> | 2018-04-10 23:21:42 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-04-10 23:21:42 +0800 |
commit | 2e1ea4df861fe1682331d8ac051d435bcb160cf7 (patch) | |
tree | b6fce83ab1c8d2c7bc72a15e51ab5be14e1362a9 /roles/web | |
parent | a032ba29a47ce951a92da16188101431dc390c3f (diff) | |
download | ansible-dfly-vps-2e1ea4df861fe1682331d8ac051d435bcb160cf7.tar.bz2 |
radicale: Use the default path of uwsgi socket
Diffstat (limited to 'roles/web')
-rw-r--r-- | roles/web/templates/sites/liwt.radicale.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |