mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
the WSGI program doesn't load any configuration file (fixes #655)
This commit is contained in:
parent
6c5b189d17
commit
29d3ade9dc
1 changed files with 1 additions and 1 deletions
2
wsgi.md
2
wsgi.md
|
@ -8,7 +8,7 @@ Radicale is compatible with the WSGI specification. Use `radicale.wsgi` from
|
|||
the source code as the WSGI file.
|
||||
|
||||
A configuration file can be set with the `RADICALE_CONFIG` environment variable,
|
||||
otherwise the default configuration is used.
|
||||
otherwise no configuration file is loaded and the default configuration is used.
|
||||
|
||||
Be reminded that Radicale's default configuration enforces limits on the
|
||||
maximum upload file size.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue