You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
316 B
Caddyfile
19 lines
316 B
Caddyfile
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
|
|
}
|