about summary refs log tree commit diff
path: root/users/wpcarro/website/blog/posts/nginx-curl-note.md
blob: e2f4341f5400bdccf6bf0117380db6e39012ce25 (plain) (blame)
1
2
3
4
5
Use the following to make requests to Nginx virtual hosts from the host itself:

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