added Caddyfile

This commit is contained in:
Leon van Kammen 2026-01-29 10:51:01 +01:00
parent 22554eac5c
commit 247a271eee

9
Caddyfile Normal file
View file

@ -0,0 +1,9 @@
https://ip:443 {
reverse_proxy localhost:8080
}
https://ip:5566 {
reverse_proxy localhost:6566
}
https://ip:5577 {
reverse_proxy localhost:6577
}