From 59721bae8b968b1c21405bc50e049fa5d3eed771 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 8 Mar 2016 20:37:03 +0100 Subject: [PATCH] Fix the flup link (fix #355) --- pages/user_documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 5676f575..3942148c 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -883,7 +883,7 @@ Radicale comes with a `WSGI `_ support, allowing the software to be used behind any HTTP server supporting WSGI such as Apache. Moreover, it is possible to use `flup -`_ to wrap Radicale into a CGI, +`_ to wrap Radicale into a CGI, FastCGI, SCGI or AJP application, and therefore use it with Lighttpd, Nginx or even Tomcat.