From cab46a18cbfb6290148c37c8e2cce66679150a01 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 4 Jun 2017 15:39:49 +0200 Subject: [PATCH] Mention WSGI file --- wsgi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsgi.md b/wsgi.md index 2b036755..540c042b 100644 --- a/wsgi.md +++ b/wsgi.md @@ -4,8 +4,8 @@ title: WSGI permalink: /wsgi/ --- -Radicale is compatible with the WSGI specification. No special configuration -is required. +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.