Skip to content

Commit

Permalink
Merge 2bba7ff into 8689cb4
Browse files Browse the repository at this point in the history
  • Loading branch information
All-less committed Jan 5, 2017
2 parents 8689cb4 + 2bba7ff commit bc9f299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -157,6 +157,8 @@ The [RFC 3986 `path`](https://tools.ietf.org/html/rfc3986#section-3.3) is be use
- `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 bc9f299

Please sign in to comment.