Skip to content

Commit 60bd697

Browse files
committed
Merge pull request #724 from whitecolor/change-origin-option
changeOrigin option docs fix
2 parents 43641b0 + 1af8224 commit 60bd697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/http-proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports.createProxyServer =
4040
* toProxy: <true/false, explicitly specify if we are proxying to another proxy>
4141
* prependPath: <true/false, Default: true - specify whether you want to prepend the target's path to the proxy path>
4242
* localAddress : <Local interface string to bind for outgoing connections>
43-
* changeOrigin: true/false, Default: false - changes the origin of the host header to the target URL>
43+
* changeOrigin: <true/false, Default: false - changes the origin of the host header to the target URL>
4444
* }
4545
*
4646
* NOTE: `options.ws` and `options.ssl` are optional.

0 commit comments

Comments
 (0)