7 lines
85 B
Caddyfile
7 lines
85 B
Caddyfile
localhost:443 {
|
|
proxy / integration:7878 {
|
|
transparent
|
|
}
|
|
tls self_signed
|
|
}
|