6 lines
150 B
Markdown
6 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
|
||
|
```
|