feat(center/caddy): add WebTransport reverse-proxy passthrough via PR #7669 fork
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
email admin@juwan.xhttp.zip
|
||||
servers {
|
||||
enable_webtransport
|
||||
}
|
||||
}
|
||||
|
||||
(common_log) {
|
||||
@@ -53,11 +56,23 @@ s3.juwan.xhttp.zip {
|
||||
|
||||
juwan.xhttp.zip {
|
||||
import common_log
|
||||
reverse_proxy http://140.82.15.92:30080 {
|
||||
lb_policy round_robin
|
||||
health_uri /healthz
|
||||
health_interval 10s
|
||||
fail_duration 30s
|
||||
import stream_proxy
|
||||
|
||||
handle /wt/* {
|
||||
reverse_proxy https://140.82.15.92:8443 {
|
||||
transport http {
|
||||
versions 3
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
handle {
|
||||
reverse_proxy http://140.82.15.92:30080 {
|
||||
lb_policy round_robin
|
||||
health_uri /healthz
|
||||
health_interval 10s
|
||||
fail_duration 30s
|
||||
import stream_proxy
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user