From 0864bc97fc70c4e5b2292c5ceb29d812b8bb1f31 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Sun, 21 Feb 2021 18:18:55 +0100 Subject: [PATCH] Typos --- gmnd/docs/configure.gmi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gmnd/docs/configure.gmi b/gmnd/docs/configure.gmi index 7a9a61a..e49a0d7 100644 --- a/gmnd/docs/configure.gmi +++ b/gmnd/docs/configure.gmi @@ -12,11 +12,11 @@ cgi_registry: /envtest.*: - ./cgi-bin/envtest.sh ``` -This enables directory indexing, sets the listen address to 0.0.0.0 (all interfaces), the log level to DEBUG and registres the scrip ./cgi-bin/envtest.sh to serv content for any path that matches the regex /envtest.*. +This enables directory indexing, sets the listen address to 0.0.0.0 (all interfaces), the log level to DEBUG and registers the script ./cgi-bin/envtest.sh to serve content for any path that matches the regex /envtest.*. A full list of options are here: ``` -allow_dir_list = true/false, default false +allow_dir_list = true/false, default false (global option for now!) base_path = the server root where you serve content from, default ./content cgi_registry = you can set different cgi scripts to server content for different paths, no default listen_addr = the ip address to listen to, default 127.0.0.1