Update example config file.
This commit is contained in:
parent
b8034c1576
commit
3e5e4353e6
1 changed files with 9 additions and 2 deletions
11
example.conf
11
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"
|
||||
|
|
Loading…
Reference in a new issue