Merge remote-tracking branch 'origin/1.1.x' into release-2.0.0rc1

This commit is contained in:
David Lord 2021-04-16 08:37:56 -07:00
commit 6f09b4b5ed
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -905,7 +905,7 @@ Hooking in WSGI Middleware
To add WSGI middleware to your Flask application, wrap the application'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:
.. code-block:: python