From ac1274f400e02af94fe5003177bb97a5657af4c6 Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 1 Jun 2017 10:40:42 +0200 Subject: [PATCH] WSGI: Add RADICALE_CONFIG and None auth pitfall --- wsgi.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/wsgi.md b/wsgi.md index 160a3d4f..2b036755 100644 --- a/wsgi.md +++ b/wsgi.md @@ -7,5 +7,12 @@ permalink: /wsgi/ Radicale is compatible with the WSGI specification. No special configuration is required. +A configuration file can be set with the `RADICALE_CONFIG` environment variable, +otherwise the default configuration is used. + +**Important:** The `None` authentication type disables all rights checking. +Don't use it with `REMOTE_USER`. The development version of Radicale has +the `remote_user` module for this use-case. + Be reminded that Radicale's default configuration enforces limits on the -maximum file size. +maximum upload file size.