mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
Add example for Gunicorn
This commit is contained in:
parent
88d2b85152
commit
1f5e11cabf
1 changed files with 6 additions and 0 deletions
6
wsgi.md
6
wsgi.md
|
@ -26,6 +26,12 @@ module = radicale
|
||||||
env = RADICALE_CONFIG=/etc/radicale/config
|
env = RADICALE_CONFIG=/etc/radicale/config
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Example **Gunicorn** configuration:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
gunicorn --bind '127.0.0.1:5232' --threads 8 --env 'RADICALE_CONFIG=/etc/radicale/config' radicale
|
||||||
|
```
|
||||||
|
|
||||||
## 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue