We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c61d15e + 2e58487 commit 541736fCopy full SHA for 541736f
1 file changed
app/__init__.py
@@ -23,7 +23,7 @@
23
24
app = Flask(__name__, static_folder='app/static')
25
if environ['FLASK_ENV'] != 'development':
26
- app.wsgi_app = ProxyFix(app, x_for=1, x_host=1)
+ app.wsgi_app = ProxyFix(app.wsgi_app, x_for=1, x_host=1)
27
limiter = Limiter(
28
app,
29
key_func=get_remote_address,
0 commit comments