diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-13 13:01:56 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-13 13:01:56 -0600 |
| commit | 8dff2917704440c31bc4d28a4c1e763709b268ce (patch) | |
| tree | bfa210efc76fa7b8f437e4c6775783fbe2270da9 /etc | |
| parent | 0de1dac333faed9053319fd0d61bbaf3f894c8ca (diff) | |
chore: fix the oauth2 regex config
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" |
