I’m also interested using caddy v2. Yesterday I googled little bit and it
should be really simple, not enough time test…
Doc https://caddyserver.com/docs/v2-upgrade#proxy
Reverse_proxy enables Host headers, X-Forwarded-For and websocket. So
basically, following should be enough
guacamole.domaain.com {
rewrite / /guacamole
reverse_proxy /guacamole guacamole:8080
}
I will test this when I have little more time, perhaps on weekends.
-Timo
From: Luciano Oliveira <[email protected]>
Sent: keskiviikko 5. tammikuuta 2022 18.42
To: [email protected]
Subject: Proxy reverse Caddy
Anyone using Caddy as reverse proxy!?
thks