Skip to content

Commit

Permalink
docs: context matching note (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
All-less authored and chimurai committed Nov 25, 2018
1 parent ab485dd commit 1f9bd21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ Providing an alternative way to decide which requests should be proxied; In case
- `proxy(['/api/**', '/ajax/**'], {...})` combine multiple patterns
- `proxy(['/api/**', '!**/bad.json'], {...})` exclusion

**Note**: In multiple path matching, you cannot use string paths and wildcard paths together.

* **custom matching**

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

0 comments on commit 1f9bd21

Please sign in to comment.