Update README.md

This commit is contained in:
Michael Lazar 2020-05-24 01:26:11 -04:00 committed by GitHub
parent 0a2fead782
commit 9f02bcd005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -136,10 +136,10 @@ the request using environment variables:
| --- | --- | --- | | --- | --- | --- |
| GATEWAY_INTERFACE | CGI version, for compatability with CGI scripts | ``GCI/1.1`` | | GATEWAY_INTERFACE | CGI version, for compatability with CGI scripts | ``GCI/1.1`` |
| GEMINI_URL | The raw URL string 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`` | | 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`` | | PATH_INFO | The remainder of the URL's path after the CGI script location | ``/hello`` |
| QUERY_STRING | The query string portion of the request URL | ``world`` | | QUERY_STRING | The query string portion of the request URL | ``world`` |
| HOSTNAME | The server's hostname | ``mozz.us`` |
| REMOTE_ADDR | The client IP address | ``10.10.0.2`` | | REMOTE_ADDR | The client IP address | ``10.10.0.2`` |
| REMOTE_HOST | The client IP address, alias for REMOTE_ADDR | ``10.10.0.2`` | | REMOTE_HOST | The client IP address, alias for REMOTE_ADDR | ``10.10.0.2`` |
| SERVER_NAME | The server hostname, alias for HOSTNAME | ``mozz.us`` | | SERVER_NAME | The server hostname, alias for HOSTNAME | ``mozz.us`` |