Skip to content

Commit

Permalink
docs: fixed proxy import (#19)
Browse files Browse the repository at this point in the history
(closes #750)
  • Loading branch information
jwag956 committed Apr 26, 2019
1 parent 20626fb commit 2663ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ in HTTP proxy environment. The following code illustrates a setup
with a single HTTP proxy in front of the web application::

# At top of file
from werkzeug.config.fixers import ProxyFix
from werkzeug.contrib.fixers import ProxyFix

# After 'Create app'
app.wsgi_app = ProxyFix(app.wsgi_app, num_proxies=1)
Expand Down

0 comments on commit 2663ed3

Please sign in to comment.