From 99adeb19c1ff26382c303f17596dd7bda9464c01 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 18 Apr 2020 17:19:36 +0200 Subject: [PATCH] Remove outdated WSGI hints --- DOCUMENTATION.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 30b24ff..958e3d2 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -442,12 +442,6 @@ A configuration file can be set with the `RADICALE_CONFIG` environment variable, 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. - -> **Security:** The `None` authentication type disables all rights checking. -> Don't use it with `REMOTE_USER`. Use `remote_user` instead. - Example **uWSGI** configuration: ```ini