aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-09-07 19:08:01 +0100
committerJuan J. Martinez <jjm@usebox.net>2021-09-07 19:08:01 +0100
commitc37ea99f91786b4edbc644cc5efcc67b2a25adc5 (patch)
tree8c354d460bb902663f94679e9b3c9db4c65b6481 /CHANGES.md
parentd4a224e1d36555e573aebc8fee130a5f811d99f8 (diff)
downloadspacebeans-c37ea99f91786b4edbc644cc5efcc67b2a25adc5.tar.gz
spacebeans-c37ea99f91786b4edbc644cc5efcc67b2a25adc5.zip
Formatting to be more Gemini compatible
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md8
1 files changed, 2 insertions, 6 deletions
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