about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/posts/nginx-curl-note.md
blob: 03937868ac20c5bb46685f8f7558c4994d8deee0 (plain) (blame)
1
2
3
4
5
6
7
## Note to Self

Use the following to make requests to Nginx virtual hosts from the host itself:

```shell
$ curl -H 'Host: trace.website.internal' localhost:8000
```