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.
1 parent 3dcc37b commit c8b0c75Copy full SHA for c8b0c75
openpectus_database_administration/app.py
@@ -93,7 +93,7 @@ def index(request: Request) -> Response:
93
94
admin.mount_to(app)
95
print(f"Serving frontend at http://{args.host}:{args.port}")
96
- uvicorn.run(app, host=args.host, port=args.port, log_level=logging.WARNING)
+ uvicorn.run(app, host=args.host, port=args.port, log_level=logging.WARNING, forwarded_allow_ips="*", proxy_headers=True)
97
98
99
if __name__ == "__main__":
0 commit comments