Skip to content

Commit

Permalink
Fix logging in behind reverse proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
msathieu authored Jul 25, 2024
1 parent 7d42397 commit 8c9afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waitress_wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
sentry_sdk.init(dsn=Configuration.SENTRY_DSN, integrations=[FlaskIntegration()])

app = create_app()
serve(app, host="0.0.0.0", port=8000)
serve(app, host="0.0.0.0", port=8000, url_scheme='https')

0 comments on commit 8c9afb3

Please sign in to comment.