all-in-one/Containers/mastercontainer/Caddyfile
2021-11-30 11:20:42 +01:00

17 lines
201 B
Caddyfile

{
auto_https disable_redirects
storage file_system {
root /mnt/docker-aio-config/caddy/
}
}
https://:8443 {
reverse_proxy localhost:8000
tls {
on_demand
}
}