forked from orbit-oss/flask
fix a broken link
This commit is contained in:
parent
444550ab0c
commit
6eeaa2e50d
1 changed files with 1 additions and 1 deletions
|
|
@ -876,7 +876,7 @@ Hooking in WSGI Middleware
|
||||||
|
|
||||||
To add WSGI middleware to your Flask application, wrap the application's
|
To add WSGI middleware to your Flask application, wrap the application's
|
||||||
``wsgi_app`` attribute. For example, to apply Werkzeug's
|
``wsgi_app`` attribute. For example, to apply Werkzeug's
|
||||||
:class:`~werkzeug.middlware.proxy_fix.ProxyFix` middleware for running
|
:class:`~werkzeug.middleware.proxy_fix.ProxyFix` middleware for running
|
||||||
behind Nginx:
|
behind Nginx:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue