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 ```