mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-07-23 16:10:19 +00:00
15 lines
163 B
Caddyfile
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
|
|
}
|
|
}
|