From 4c5cf6a081b96b7eb4b9cfbd13c2f06e50221f7d Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sat, 17 May 2025 22:59:49 -0400 Subject: [PATCH] Added verification section --- content/blog/no-response-default-nginx.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/blog/no-response-default-nginx.md b/content/blog/no-response-default-nginx.md index d619c96..c4ecf69 100644 --- a/content/blog/no-response-default-nginx.md +++ b/content/blog/no-response-default-nginx.md @@ -70,3 +70,14 @@ server { } ``` +You can test to see if this works by trying to query your IP directly using curl. + +```bash +curl 173.255.230.230 +``` + +This should return: +``` +curl: (52) Empty reply from server +``` +