From 7a6729e418d00a6186da01197a25f5f4b148e356 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 19 Sep 2017 20:05:47 +0200 Subject: [PATCH] Add example uWSGI configuration --- wsgi.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wsgi.md b/wsgi.md index 236f56fb..449ccdb5 100644 --- a/wsgi.md +++ b/wsgi.md @@ -16,6 +16,16 @@ maximum upload file size. **Security:** The `None` authentication type disables all rights checking. Don't use it with `REMOTE_USER`. Use `remote_user` instead. +Example **uWSGI** configuration: + +```ini +[uwsgi] +http-socket = 127.0.0.1:5232 +plugin = python3 +wsgi-file = /path/to/radicale.wsgi +env = RADICALE_CONFIG=/etc/radicale/config +``` + ## Manage user accounts with the WSGI server Set the configuration option `type` in the `auth` section to `remote_user`. Radicale uses the user name provided by the WSGI server and disables