Fixed a doc display bug and setup.py workaround for dev version.

This commit is contained in:
Armin Ronacher 2010-04-11 02:42:13 +02:00
parent 05f36c7f7e
commit 1fff3e5981
3 changed files with 10 additions and 8 deletions

View file

@ -67,7 +67,8 @@ A basic FastCGI configuration for lighttpd looks like that::
This configuration binds the application to `/yourapplication`. If you
want the application to work in the URL root you have to work around a
lighttpd bug with the `~werkzeug.contrib.fixers.LighttpdCGIRootFix` middleware.
lighttpd bug with the :class:`~werkzeug.contrib.fixers.LighttpdCGIRootFix`
middleware.
Make sure to apply it only if you are mounting the application the URL
root.