ingress-path-matching: doc typo

A small typo in the README describing the path matching.
This commit is contained in:
Jack Lindamood 2020-02-18 10:19:53 -08:00 committed by GitHub
parent 52ca62e81c
commit a90452774a
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.