mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
fix syntax error in README example
This commit is contained in:
parent
85223ea080
commit
332d2d780a
@ -182,7 +182,7 @@ As mentioned in the previous section, all routes passes to the ProxyTable are by
|
|||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
var options = {
|
var options = {
|
||||||
hostnameOnly, true,
|
hostnameOnly: true,
|
||||||
router: {
|
router: {
|
||||||
'foo.com': '127.0.0.1:8001',
|
'foo.com': '127.0.0.1:8001',
|
||||||
'bar.com': '127.0.0.1:8002'
|
'bar.com': '127.0.0.1:8002'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user