From 169338a70a6f06e7b01dca06e1cfeda90da3e2b3 Mon Sep 17 00:00:00 2001 From: asvae Date: Sun, 1 Jan 2017 19:53:45 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 853c3d41..21fd7531 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ The following options are provided by the underlying [http-proxy](https://github * **option.prependPath**: true/false, Default: true - specify whether you want to prepend the target's path to the proxy path * **option.ignorePath**: true/false, Default: false - specify whether you want to ignore the proxy path of the incoming request (note: you will have to append / manually if required). * **option.localAddress** : Local interface string to bind for outgoing connections -* **option.changeOrigin**: true/false, Default: false - changes the origin of the host header to the target URL +* **option.changeOrigin**: true/false, Default: false - changes host header to match the target URL * **option.auth** : Basic authentication i.e. 'user:password' to compute an Authorization header. * **option.hostRewrite**: rewrites the location hostname on (301/302/307/308) redirects. * **option.autoRewrite**: rewrites the location host/port on (301/302/307/308) redirects based on requested host/port. Default: false.