From 06ca44433d96e1c47cb5cd00fa5306561b43bda5 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 12 May 2025 14:32:43 -0600 Subject: chore: fix typo in envoy config --- etc/envoy/envoy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index a62e4b5..d958c34 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -98,7 +98,8 @@ static_resources: pass_through_matcher: - name: ":path" string_match: - safe_regex: .*\\.(css|js|png|html|ico)$ + safe_regex: + regex: .*\\.(css|js|png|html|ico)$ - name: ":path" string_match: exact: "/health" -- cgit v1.2.3