mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
changeOrigin option docs fix
This commit is contained in:
parent
796ab0bcc5
commit
1af8224cc1
@ -40,7 +40,7 @@ module.exports.createProxyServer =
|
||||
* toProxy: <true/false, explicitly specify if we are proxying to another proxy>
|
||||
* prependPath: <true/false, Default: true - specify whether you want to prepend the target's path to the proxy path>
|
||||
* localAddress : <Local interface string to bind for outgoing connections>
|
||||
* 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>
|
||||
* }
|
||||
*
|
||||
* NOTE: `options.ws` and `options.ssl` are optional.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user