etheroute-lon01: unset allowed_domains

This commit is contained in:
Luke Granger-Brown 2020-12-29 20:55:01 +00:00
parent 7573280e5b
commit be3ce89fb4

View file

@ -221,6 +221,7 @@ in {
(service "totoro:3000" "grafana.int.lukegb.com" {})
(secureService "totoro" "invoices.lukegb.com" {
allow_public_unauthenticated_access = true;
allowed_domains = null;
regex = "^/((third_party|ajax|client_area|pdf)/.*|[a-zA-Z0-9]{8})$";
})
(secureService "totoro" "invoices.lukegb.com" {})