diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-09-07 19:08:01 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-09-07 19:08:01 +0100 |
commit | c37ea99f91786b4edbc644cc5efcc67b2a25adc5 (patch) | |
tree | 8c354d460bb902663f94679e9b3c9db4c65b6481 /CHANGES.md | |
parent | d4a224e1d36555e573aebc8fee130a5f811d99f8 (diff) | |
download | spacebeans-c37ea99f91786b4edbc644cc5efcc67b2a25adc5.tar.gz spacebeans-c37ea99f91786b4edbc644cc5efcc67b2a25adc5.zip |
Formatting to be more Gemini compatible
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -4,9 +4,7 @@ - Fix: CGIs used as index file are now executed. - For example, if the index file is `index.gmi` and CGI is enabled in the - directory `dir`, a CGI with name `index.gmi` will be executed when accesing - `gemini://host/dir/`. Before the fix, the file was served instead. + For example, if the index file is `index.gmi` and CGI is enabled in the directory `dir`, a CGI with name `index.gmi` will be executed when accesing `gemini://host/dir/`. Before the fix, the file was served instead. - Support to provide extra environment variables to CGIs: @@ -14,9 +12,7 @@ // in virtual host environment = { "VARIABLE": "VALUE" } ``` - When executing a CGI, SapaceBeans provides a clean environment (other than - the CGI variables). Any required environment variable must be specified - using this configuration token. + When executing a CGI, SapaceBeans provides a clean environment (other than the CGI variables). Any required environment variable must be specified using this configuration token. ## Release 1.2.0 - 2021-07-20 |