From c37ea99f91786b4edbc644cc5efcc67b2a25adc5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 7 Sep 2021 19:08:01 +0100 Subject: Formatting to be more Gemini compatible --- CHANGES.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index e1c5812..22bc416 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 -- cgit v1.2.3