From 0a2fead782329598afbf6b207f89e264a3077f50 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 24 May 2020 01:25:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49eff47..274bcc3 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ the request using environment variables: | Variable Name | Description | Example | | --- | --- | --- | | GATEWAY_INTERFACE | CGI version, for compatability with CGI scripts | ``GCI/1.1`` | -| GEMINI_URL | The whole URL that was requested | ``gemini://mozz.us/cgi-bin/example.cgi/hello?world`` +| GEMINI_URL | The raw URL string that was requested | ``gemini://mozz.us/cgi-bin/example.cgi/hello?world`` | HOSTNAME | The server's hostname | ``mozz.us`` | | SCRIPT_NAME | The part of the URL's path that corresponds to the CGI script location | ``/cgi-bin/example.cgi`` | | PATH_INFO | The remainder of the URL's path after the script name | ``/hello`` |