diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/envoy/envoy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index a6977d1..1a7d4ed 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -138,7 +138,7 @@ static_resources: - name: ":path" string_match: safe_regex: - regex: .*\\.(css|js|png|html|ico)$ + regex: \A.+\.(css|html|ico|js|png)\z - name: ":path" string_match: exact: "/health" |
