etheroute-lon01: allow unifi websockets

This commit is contained in:
Luke Granger-Brown 2021-01-04 21:15:43 +00:00
parent c92fe8b139
commit d38601fabe

View file

@ -227,6 +227,7 @@ in {
(service "totoro:3000" "grafana.int.lukegb.com" {})
(secureService "swann:8443" "unifi.int.lukegb.com" {
tls_skip_verify = true;
allow_websockets = true;
})
(secureService "totoro" "invoices.lukegb.com" (public {
regex = "^/((third_party|ajax|client_area|pdf)/.*|[a-zA-Z0-9]{8})$";