diff options
Diffstat (limited to 'users/wpcarro/website/blog/posts/nginx-curl-note.md')
-rw-r--r-- | users/wpcarro/website/blog/posts/nginx-curl-note.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/wpcarro/website/blog/posts/nginx-curl-note.md b/users/wpcarro/website/blog/posts/nginx-curl-note.md new file mode 100644 index 000000000000..e2f4341f5400 --- /dev/null +++ b/users/wpcarro/website/blog/posts/nginx-curl-note.md @@ -0,0 +1,5 @@ +Use the following to make requests to Nginx virtual hosts from the host itself: + +```shell +$ curl -H 'Host: trace.website.internal' localhost:8000 +``` |