13 lines
341 B
Caddyfile
13 lines
341 B
Caddyfile
{
|
|
email info+koopa@hacktivism.ch
|
|
http_port 8085
|
|
https_port 8443
|
|
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}
|
|
}
|
|
}
|