summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/envoy/envoy.yaml3
1 files changed, 2 insertions, 1 deletions
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"