add a working Caddy2 Caddyfile
parent
8831ee24c4
commit
122de2e92b
@ -0,0 +1,18 @@
|
|||||||
|
homenetyth.ddnsking.com, homeyth.ddnsking.com {
|
||||||
|
reverse_proxy 127.0.0.1:3000 {
|
||||||
|
lb_policy first
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
homenetyth.ddnsking.com:5001 {
|
||||||
|
reverse_proxy https://192.168.0.16:5001 {
|
||||||
|
transport http {
|
||||||
|
tls
|
||||||
|
tls_insecure_skip_verify
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
homenetyth.ddnsking.com:8080 {
|
||||||
|
reverse_proxy http://192.168.0.174:8080
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue