Merge pull request #5111 from cep21/patch-1
ingress-path-matching: doc typo
This commit is contained in:
commit
5f2f0e5db3
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue