Skip to content

Commit 1af8224

Browse files
author
Alex Oshchepkov
committed
changeOrigin option docs fix
1 parent 796ab0b commit 1af8224

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)