5 lines
71 B
Caddyfile
5 lines
71 B
Caddyfile
*:8443 {
|
|
tls internal
|
|
reverse_proxy {$TAM_SERVER:localhost}:8000
|
|
}
|