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 | 7 |
1 files changed, 7 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..03937868ac20 --- /dev/null +++ b/users/wpcarro/website/blog/posts/nginx-curl-note.md @@ -0,0 +1,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 +``` |