xrforge/Caddyfile
2026-01-29 10:51:01 +01:00

9 lines
158 B
Caddyfile

https://ip:443 {
reverse_proxy localhost:8080
}
https://ip:5566 {
reverse_proxy localhost:6566
}
https://ip:5577 {
reverse_proxy localhost:6577
}