summaryrefslogtreecommitdiff
path: root/etc/envoy
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-12 14:32:43 -0600
committermo khan <mo@mokhan.ca>2025-05-12 14:32:43 -0600
commit06ca44433d96e1c47cb5cd00fa5306561b43bda5 (patch)
treec119a084bab12913f60d36f08a9a860c18d148ac /etc/envoy
parent8d21da653b8fbe82f1d511b20f839fe3246d9744 (diff)
chore: fix typo in envoy config
Diffstat (limited to 'etc/envoy')
-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"