diff options
| -rw-r--r-- | etc/envoy/envoy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index 3c8df3a..a62e4b5 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -97,8 +97,8 @@ static_resources: forward_bearer_token: true pass_through_matcher: - name: ":path" - safe_regex_match: - regex: .*\\.(css|js|png|html|ico)$ + string_match: + safe_regex: .*\\.(css|js|png|html|ico)$ - name: ":path" string_match: exact: "/health" |
