From 178d134f468b8299b01c61dc08688fab6b921607 Mon Sep 17 00:00:00 2001 From: xufanglu <3146974+likev@users.noreply.github.com> Date: Sat, 2 Mar 2019 21:33:23 +0800 Subject: [PATCH] Update instruction of 'Rewriting the Host Header' Update instruction of 'Rewriting the Host Header' in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d119713..f732be4 100644 --- a/README.md +++ b/README.md @@ -592,7 +592,7 @@ custom_domains = test.yourdomain.com host_header_rewrite = dev.yourdomain.com ``` -If `host_header_rewrite` is specified, the host header will be rewritten to match the hostname portion of the forwarding address. +The `Host` request header will be rewritten to `Host: dev.yourdomain.com` before it reach your local http server. ### Set Headers In HTTP Request