all-in-one/Containers/mastercontainer/Caddyfile

17 lines
201 B
Text
Raw Normal View History

2021-11-30 18:20:42 +08:00
{
auto_https disable_redirects
storage file_system {
root /mnt/docker-aio-config/caddy/
}
}
https://:8443 {
reverse_proxy localhost:8000
tls {
on_demand
}
}