forked from orbit-oss/flask
Fixed a doc display bug and setup.py workaround for dev version.
This commit is contained in:
parent
05f36c7f7e
commit
1fff3e5981
3 changed files with 10 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue