1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-23 17:48:30 +00:00

Fix the flup link (fix #355)

This commit is contained in:
Guillaume Ayoub 2016-03-08 20:37:03 +01:00
parent 63dac88025
commit 59721bae8b

View file

@ -883,7 +883,7 @@ Radicale comes with a `WSGI <http://wsgi.org/>`_ support, allowing the software
to be used behind any HTTP server supporting WSGI such as Apache.
Moreover, it is possible to use `flup
<http://trac.saddi.com/flup/wiki/FlupServers>`_ to wrap Radicale into a CGI,
<https://pypi.python.org/pypi/flup/>`_ to wrap Radicale into a CGI,
FastCGI, SCGI or AJP application, and therefore use it with Lighttpd, Nginx or
even Tomcat.