-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
This project is great and super easy to setup!
One issue we have is that it doesn't seem to work behind a caddy reverse proxy. They both are deployed a docker compose project. Directly accessing the faucet works just fine, but behind the caddy it just returns a blank screen.
I have tried setting --proxycount to 1,2,3,4 and still the same issue (was testing if docker networking is incorrectly assumed as another reverse proxy due to the routing)
Caddyfile is pretty standard:
handle_path /eth-faucet/http {
uri strip_prefix /eth-faucet/http
reverse_proxy eth-faucet:6942 {
header_up X-Real-IP {remote_host}
}
}
and all the other services we run with the docker compose work just fine. I am really out of ideas here (also it doesn't log anything else than it listens to port 6942, so it's extra hard to debug)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels