[fix] Caddyfile
This commit is contained in:
parent
9de80fe7b9
commit
9370647a39
1 changed files with 7 additions and 5 deletions
|
@ -8,18 +8,20 @@
|
|||
|
||||
# Physical
|
||||
(omv) {
|
||||
reverse_proxy 192.168.1.6:{args.0}
|
||||
reverse_proxy 192.168.1.6:{args[0]}
|
||||
}
|
||||
(n2) {
|
||||
reverse_proxy 192.168.1.4:{args.0}
|
||||
reverse_proxy 192.168.1.4:{args[0]}
|
||||
}
|
||||
(n2plus) {
|
||||
reverse_proxy 192.168.1.10:{args.0}
|
||||
reverse_proxy 192.168.1.10:{args[0]}
|
||||
}
|
||||
(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
|
||||
(duckdns) {
|
||||
tls {
|
||||
|
|
Loading…
Add table
Reference in a new issue