You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
# At top of filefromwerkzeug.config.fixersimportProxyFix# After 'Create app'app.wsgi_app=ProxyFix(app.wsgi_app, num_proxies=1)
To learn more about the ProxyFix middleware, please see the Werkzeug documentation.
Data to be updated
# At top of filefromwerkzeug.middleware.proxy_fiximportProxyFix# After 'Create app'app.wsgi_app=ProxyFix(app.wsgi_app, x_for=1, x_proto=1)
To learn more about the ProxyFix middleware, please see the <link>https://werkzeug.palletsprojects.com/en/1.0.x/middleware/proxy_fix/</link> Werkzeug documentation.
Reason
Changed in Werkzeu version 1.0: Deprecated code has been removed:
The num_proxies argument and attribute.
The text was updated successfully, but these errors were encountered:
katesinclair91
changed the title
Update needed in Documentation
[documentation Label] Update needed in Documentation
Nov 15, 2020
@mattupstate
Links:
https://pythonhosted.org/Flask-Security/quickstart.html
https://flask-security.readthedocs.io/en/3.0.0/quickstart.html
Data there now
To learn more about the ProxyFix middleware, please see the Werkzeug documentation.
Data to be updated
To learn more about the ProxyFix middleware, please see the
<link>https://werkzeug.palletsprojects.com/en/1.0.x/middleware/proxy_fix/</link>
Werkzeug documentation.Reason
Changed in Werkzeu version 1.0: Deprecated code has been removed:
The num_proxies argument and attribute.
The text was updated successfully, but these errors were encountered: