I use Caddy Server as reverse proxy in my local network for avoid use specify ports in each of my applications. I have the solution working for all my network except for promox. When open the UI using https://proxmox.lan it shows me an error 502. Any idea? I have several other apps with the same setup and everything works well. It has to be something related to Proxmox...
Caddy config:
proxmox.lan:443 {
reverse_proxy {
to 192.168.1.200:8006
}
}
Any idea?
Caddy config:
proxmox.lan:443 {
reverse_proxy {
to 192.168.1.200:8006
}
}
Any idea?