mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 10:35:45 +00:00
13 lines
No EOL
144 B
Caddyfile
13 lines
No EOL
144 B
Caddyfile
{
|
|
skip_install_trust
|
|
}
|
|
:443 {
|
|
redir / /web
|
|
uri strip_prefix /web
|
|
tls internal {
|
|
on_demand
|
|
}
|
|
file_server {
|
|
root ./build
|
|
}
|
|
} |