Skip to content

Commit

Permalink
set forwarded_allow_ips=* option in uvicorn to make it work from behi…
Browse files Browse the repository at this point in the history
…nd a reverse proxy
  • Loading branch information
lkeegan committed Sep 25, 2024
1 parent 18fccb8 commit cd74550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mondey_backend/src/mondey_backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def main():
port=app_settings.PORT,
reload=app_settings.RELOAD,
log_level=app_settings.LOG_LEVEL,
forwarded_allow_ips="*",
)


Expand Down

0 comments on commit cd74550

Please sign in to comment.