[Feature Request] Support Reverse Proxy via apache? #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello I'm looking to expose my fastapi-dls service via a apache2 reverse proxy, but I'm concerned about DLS_PORT, DLS_HOST. port and host are used for the client to talk to fastapi-dls, but if I run this behind a reverse proxy and say try to run the service on 127.0.0.1:18800, and have it accessible via https://fastapi-dls.myserver.tld the clients will fail to connect. Also I've had conflicts running apache alongside fastapi-dls becuase of uvicorn trying to allocate port 80 and 443 with the default setup.
Thanks