Reverse proxying via caddy doesn't work. It gives 502
CaddyFile Content As below
# replace :80 with your domain name to get automatic https via LetsEncrypt
https://<your_domain> {
reverse_proxy fusionauth:9011
}
- fusionauth is service running in docker
- caddy is running as service running in docker with above CaddyFile