Skip to content

Commit

Permalink
Use proxyfix correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Feb 23, 2024
1 parent 4fefcb5 commit 38276c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pste/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def create_app():
register_assets(app)

if not app.debug and not app.testing:
ProxyFix(app)
app.wsgi_app = ProxyFix(app.wsgi_app)

return app

Expand Down

0 comments on commit 38276c6

Please sign in to comment.