Update README.md
This commit is contained in:
parent
97be91baaa
commit
38638036c7
|
@ -117,9 +117,9 @@ Jetforce will serve static files in the ``/var/gemini/`` directory:
|
||||||
|
|
||||||
### CGI Scripts
|
### CGI Scripts
|
||||||
|
|
||||||
Jetforce implements a simplified version of the CGI specification. It doesn't
|
Jetforce supports a simplified version of CGI scripting. It doesn't
|
||||||
conform to the CGI [RFC 3875](https://tools.ietf.org/html/rfc3875)
|
exactly follow the [RFC 3875](https://tools.ietf.org/html/rfc3875)
|
||||||
specification, but it gets the job done for Gemini.
|
specification for CGI, but it gets the job done for Gemini.
|
||||||
|
|
||||||
Any executable file placed in the server's ``cgi-bin/`` directory will be
|
Any executable file placed in the server's ``cgi-bin/`` directory will be
|
||||||
considered a CGI script. When a CGI script is requested by a gemini client,
|
considered a CGI script. When a CGI script is requested by a gemini client,
|
||||||
|
|
Loading…
Reference in New Issue