tvl-depot/users/wpcarro/website/blog/posts/nginx-curl-note.md
William Carroll 8c3d87cd14 chore(wpcarro/blog): Remove redundant header
This doesn't look great, so let's remove it.

Change-Id: I759b31f37ee07ba87e249f41b12a86e12e90e297
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7304
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
2022-11-17 18:59:11 +00:00

5 lines
150 B
Markdown

Use the following to make requests to Nginx virtual hosts from the host itself:
```shell
$ curl -H 'Host: trace.website.internal' localhost:8000
```