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"