[fix] Caddyfile

This commit is contained in:
Andy Bunce 2025-03-15 11:58:58 +00:00
parent 9de80fe7b9
commit 9370647a39

View file

@ -8,18 +8,20 @@
# Physical # Physical
(omv) { (omv) {
reverse_proxy 192.168.1.6:{args.0} reverse_proxy 192.168.1.6:{args[0]}
} }
(n2) { (n2) {
reverse_proxy 192.168.1.4:{args.0} reverse_proxy 192.168.1.4:{args[0]}
} }
(n2plus) { (n2plus) {
reverse_proxy 192.168.1.10:{args.0} reverse_proxy 192.168.1.10:{args[0]}
} }
(xu4) { (xu4) {
reverse_proxy 192.168.1.5:{args.0} reverse_proxy 192.168.1.5:{args[0]}
}
(fins) {
reverse_proxy 192.168.1.9:{args[0]}
} }
# DNS # DNS
(duckdns) { (duckdns) {
tls { tls {