Fix wrong comment on Proxy guide (#2447)

It should be `baz` instead of `bar` on last example.
This commit is contained in:
Andi N. Dirgantara
2017-06-18 23:52:34 +07:00
committed by William Monk
parent e1f7da4c25
commit 4aa42e2921

View File

@@ -972,7 +972,7 @@ You may also narrow down matches using `*` and/or `**`, to match the path exactl
"target": "<url_3>",
// ...
},
// Matches /bar/abc.html and /bar/sub/def.html
// Matches /baz/abc.html and /baz/sub/def.html
"/baz/**/*.html": {
"target": "<url_4>"
// ...