mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-07-17 16:39:45 +00:00
13 lines
No EOL
141 B
Caddyfile
13 lines
No EOL
141 B
Caddyfile
{
|
|
skip_install_trust
|
|
}
|
|
:443 {
|
|
redir / /web
|
|
uri strip_prefix /web
|
|
tls internal {
|
|
on_demand
|
|
}
|
|
file_server {
|
|
root /web
|
|
}
|
|
} |