11 lines
338 B
Caddyfile
11 lines
338 B
Caddyfile
# taler LE issued 2026-07-07; on disk under /etc/caddy/certs/
|
|
{
|
|
auto_https disable_redirects
|
|
}
|
|
taler.hacktivism.ch {
|
|
tls /etc/caddy/certs/taler.hacktivism.ch/fullchain.pem /etc/caddy/certs/taler.hacktivism.ch/privkey.pem
|
|
reverse_proxy https://127.0.0.1:8081 {
|
|
transport http { tls_insecure_skip_verify }
|
|
header_up Host {host}
|
|
}
|
|
}
|