headscale-ui/Caddyfile
Christopher Bisset 3408c3172f initial commit
2022-06-28 08:04:11 +10:00

11 lines
No EOL
105 B
Caddyfile

{
skip_install_trust
}
:443 {
tls internal {
on_demand
}
file_server {
root ./build
}
}