Skip to content

Commit

Permalink
Merge pull request #231 from ZeusWPI/fix-login
Browse files Browse the repository at this point in the history
Fix logging in behind reverse proxy
  • Loading branch information
msathieu authored Jul 28, 2024
2 parents 7d42397 + 8c9afb3 commit d1459a5
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 d1459a5

Please sign in to comment.