8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796ab0b commit 1af8224Copy full SHA for 1af8224
lib/http-proxy.js
@@ -40,7 +40,7 @@ module.exports.createProxyServer =
40
* toProxy: <true/false, explicitly specify if we are proxying to another proxy>
41
* prependPath: <true/false, Default: true - specify whether you want to prepend the target's path to the proxy path>
42
* 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>
+ * changeOrigin: <true/false, Default: false - changes the origin of the host header to the target URL>
44
* }
45
*
46
* NOTE: `options.ws` and `options.ssl` are optional.
0 commit comments