From 1af8224cc149acbd309f51c587de81d6c99576a4 Mon Sep 17 00:00:00 2001 From: Alex Oshchepkov Date: Wed, 29 Oct 2014 08:09:43 +0500 Subject: [PATCH] changeOrigin option docs fix --- lib/http-proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http-proxy.js b/lib/http-proxy.js index c14d1a2d0..9a7f81ba7 100644 --- a/lib/http-proxy.js +++ b/lib/http-proxy.js @@ -40,7 +40,7 @@ module.exports.createProxyServer = * toProxy: * prependPath: * localAddress : - * changeOrigin: true/false, Default: false - changes the origin of the host header to the target URL> + * changeOrigin: * } * * NOTE: `options.ws` and `options.ssl` are optional.