Skip to content

Commit 1f9bd21

Browse files
All-lesschimurai
authored andcommitted
docs: context matching note (#142)
1 parent ab485dd commit 1f9bd21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ Providing an alternative way to decide which requests should be proxied; In case
158158
- `proxy(['/api/**', '/ajax/**'], {...})` combine multiple patterns
159159
- `proxy(['/api/**', '!**/bad.json'], {...})` exclusion
160160

161+
**Note**: In multiple path matching, you cannot use string paths and wildcard paths together.
162+
161163
* **custom matching**
162164

163165
For full control you can provide a custom function to determine which requests should be proxied or not.

0 commit comments

Comments
 (0)