1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-16 19:00:54 +00:00

Add example uWSGI configuration

This commit is contained in:
Unrud 2017-09-19 20:05:47 +02:00
parent b2ce7d392e
commit 7a6729e418

10
wsgi.md
View file

@ -16,6 +16,16 @@ maximum upload file size.
**Security:** The `None` authentication type disables all rights checking. **Security:** The `None` authentication type disables all rights checking.
Don't use it with `REMOTE_USER`. Use `remote_user` instead. 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 ## Manage user accounts with the WSGI server
Set the configuration option `type` in the `auth` section to `remote_user`. Set the configuration option `type` in the `auth` section to `remote_user`.
Radicale uses the user name provided by the WSGI server and disables Radicale uses the user name provided by the WSGI server and disables