18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
# External
|
|
https://hs.mixel.cloud {
|
|
reverse_proxy /web* https://headscale-ui {
|
|
transport http {
|
|
tls_insecure_skip_verify
|
|
}
|
|
}
|
|
|
|
reverse_proxy * http://headscale:8080
|
|
}
|
|
|
|
https://headscale-ui {
|
|
reverse_proxy 192.168.178.230:9443
|
|
tls internal
|
|
}
|
|
|
|
# Internal
|