7 lines
149 B
Caddyfile
7 lines
149 B
Caddyfile
https://cloud.{$DOMAIN} {
|
|
reverse_proxy https://localhost:4987 {
|
|
transport http {
|
|
tls_insecure_skip_verify
|
|
}
|
|
}
|
|
}
|