Merge pull request #5111 from cep21/patch-1

ingress-path-matching: doc typo
This commit is contained in:
Kubernetes Prow Robot 2020-02-19 02:24:26 -08:00 committed by GitHub
commit 5f2f0e5db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,4 +158,4 @@ location ~* "^/foo/bar/bar" {
}
```
A request to `test.com/foo/bar/bar` would match the `^/foo/[A-Z0-9]{3}` location block instead of the longest EXACT matching path.
A request to `test.com/foo/bar/bar` would match the `^/foo/bar/[A-Z0-9]{3}` location block instead of the longest EXACT matching path.