chore: remove duplicate word in comments (#3081)

This commit is contained in:
Abirdcfly
2022-08-29 12:25:36 +08:00
committed by GitHub
parent 9d077b02cf
commit ba492f07c3
2 changed files with 2 additions and 2 deletions

View File

@@ -883,7 +883,7 @@ custom_domains = test.example.com
host_header_rewrite = dev.example.com
```
The HTTP request will have the the `Host` header rewritten to `Host: dev.example.com` when it reaches the actual web server, although the request from the browser probably has `Host: test.example.com`.
The HTTP request will have the `Host` header rewritten to `Host: dev.example.com` when it reaches the actual web server, although the request from the browser probably has `Host: test.example.com`.
### Setting other HTTP Headers