From 29d3ade9dc6e637d220f489725a4bc8c0f005cac Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 14 Jul 2017 22:54:48 +0200 Subject: [PATCH] the WSGI program doesn't load any configuration file (fixes #655) --- wsgi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.md b/wsgi.md index 1528e252..9774430d 100644 --- a/wsgi.md +++ b/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.