From a8f4c38e00d45aa9d5d4f33a6db20b17c4cad966 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 24 Aug 2019 00:34:38 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6ef240..932aee9 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ $ openssl req -newkey rsa:2048 -nodes -keyout {hostname}.key \ ### Hostname -Because the gemini protocol sends the *whole* URL in the request, it's necessary -to declare which hostname your server is expecting to recieve traffic under. +Because the gemini protocol sends the *whole* URL in the request, it's required +to declare which hostname your server is expecting to receive traffic under. Jetforce will respond to any requests containing URLs that don't match the hostname with a status of ``Proxy Request Refused``.