Skip to content

Commit

Permalink
Update instruction of 'Rewriting the Host Header'
Browse files Browse the repository at this point in the history
Update instruction of 'Rewriting the Host Header' in README.md
  • Loading branch information
likev authored Mar 2, 2019
1 parent cbf9c73 commit 178d134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 178d134

Please sign in to comment.