mirror of
https://github.com/Expand-sys/caddyconfigure
synced 2026-03-22 04:27:16 +11:00
18 lines
No EOL
317 B
Caddyfile
18 lines
No EOL
317 B
Caddyfile
# DO NOT EDIT BELOW
|
|
localhost {
|
|
respond "200"
|
|
}
|
|
# DO NOT EDIT ABOVE
|
|
# V edit here V #
|
|
|
|
example.test {
|
|
reverse_proxy 10.10.0.24:8787
|
|
}
|
|
|
|
examplessl.test {
|
|
reverse_proxy 10.10.0.189:8096 {
|
|
transport http {
|
|
tls_insecure_skip_verify
|
|
}
|
|
}
|
|
} |