mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
25 lines
No EOL
414 B
Caddyfile
25 lines
No EOL
414 B
Caddyfile
{
|
|
http_port 80
|
|
https_port 443
|
|
}
|
|
|
|
https://headscale-test.local {
|
|
tls internal
|
|
reverse_proxy /web* https://headscale-test-frontend {
|
|
transport http {
|
|
tls_insecure_skip_verify
|
|
}
|
|
}
|
|
|
|
reverse_proxy * http://headscale-test-backend:8080
|
|
}
|
|
|
|
:80 {
|
|
reverse_proxy /web* https://headscale-test-frontend {
|
|
transport http {
|
|
tls_insecure_skip_verify
|
|
}
|
|
}
|
|
|
|
reverse_proxy * http://headscale-test-backend:8080
|
|
} |