From 2bba7ffb5245ebbd133869951700fa5484c589ef Mon Sep 17 00:00:00 2001 From: All-less Date: Thu, 5 Jan 2017 21:04:29 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 853c3d41..4d1e4389 100644 --- a/README.md +++ b/README.md @@ -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.