From 3e5e4353e61b79c1e0f31cb7af0e38f0e11d855a Mon Sep 17 00:00:00 2001 From: Solderpunk Date: Mon, 8 Jun 2020 21:48:35 +0200 Subject: [PATCH] Update example config file. --- example.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/example.conf b/example.conf index 1b06d2e..61772e7 100644 --- a/example.conf +++ b/example.conf @@ -1,8 +1,15 @@ -#Port = 1965 +#Port = 1966 #Hostname = "localhost" #CertPath = "cert.pem" #KeyPath = "key.pem" #DocBase = "/var/gemini/" #HomeDocBase = "users" +#GeminiExt = "gmi" #LogPath = "molly.log" -#CGIPath = "^/var/gemini/cgi-bin/" +#CGIPaths = [ "^/var/gemini/cgi-bin/" ] +#[SCGIPaths] +#"/scgi/" = "/var/run/scgi.sock" +#[TempRedirects] +#"/old/path/file.ext" = "/new/path/file.ext" +#[PermRedirects] +#"/old/path/file.ext" = "/new/path/file.ext"