headscale-ui/docker/production/Caddyfile
2022-08-03 12:52:36 +10:00

15 lines
163 B
Caddyfile

{
skip_install_trust
http_port 8080
https_port 443
}
:443 {
redir / /web
uri strip_prefix /web
tls internal {
on_demand
}
file_server {
root /web
}
}