forked from orbit-oss/flask
Merge remote-tracking branch 'origin/1.1.x' into release-2.0.0rc1
This commit is contained in:
commit
6f09b4b5ed
1 changed files with 1 additions and 1 deletions
|
|
@ -905,7 +905,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