etheroute-lon01: allow unifi websockets
This commit is contained in:
parent
c92fe8b139
commit
d38601fabe
1 changed files with 1 additions and 0 deletions
|
@ -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})$";
|
||||
|
|
Loading…
Reference in a new issue