2020-06-30 11:19:27 -04:00
|
|
|
## Basic settings
|
|
|
|
#
|
2020-06-30 11:02:18 -04:00
|
|
|
#Port = 1965
|
2020-03-28 16:38:33 -04:00
|
|
|
#Hostname = "localhost"
|
|
|
|
#CertPath = "cert.pem"
|
|
|
|
#KeyPath = "key.pem"
|
|
|
|
#DocBase = "/var/gemini/"
|
|
|
|
#HomeDocBase = "users"
|
2020-06-08 15:48:35 -04:00
|
|
|
#GeminiExt = "gmi"
|
2020-06-30 11:19:27 -04:00
|
|
|
#DefaultLang = "fi"
|
2020-06-28 12:34:50 -04:00
|
|
|
#AccessLog = "/var/log/molly/access.log"
|
|
|
|
#ErrorLog = "/var/log/molly/error.log"
|
2020-06-30 11:19:27 -04:00
|
|
|
#ReadMollyFiles = true
|
|
|
|
#
|
|
|
|
## Directory listing
|
|
|
|
#
|
|
|
|
#DirectorySort = "Time"
|
|
|
|
#DirectoryReverse = true
|
|
|
|
#DirectoryTitles = true
|
|
|
|
#
|
|
|
|
## Dynamic content
|
|
|
|
#
|
|
|
|
#CGIPaths = [
|
|
|
|
# "^/var/gemini/cgi-bin/",
|
|
|
|
# "^/var/gemini/users/trusted-user/cgi-bin/",
|
|
|
|
#]
|
|
|
|
#
|
2020-06-08 15:48:35 -04:00
|
|
|
#[SCGIPaths]
|
2020-06-30 11:19:27 -04:00
|
|
|
#"/scgi-app-1/" = "/var/run/scgi1.sock"
|
|
|
|
#"/scgi-app-2/" = "/var/run/scgi2.sock"
|
|
|
|
#
|
|
|
|
## MIME type overrides
|
|
|
|
#
|
|
|
|
#[MimeOverrides]
|
|
|
|
#"atom.xml$" = "application/atom+xml"
|
|
|
|
#"rss.xml$" = "application/rss+xml"
|
|
|
|
#
|
|
|
|
## Redirects
|
|
|
|
#
|
2020-06-08 15:48:35 -04:00
|
|
|
#[TempRedirects]
|
|
|
|
#"/old/path/file.ext" = "/new/path/file.ext"
|
|
|
|
#[PermRedirects]
|
|
|
|
#"/old/path/file.ext" = "/new/path/file.ext"
|
2020-06-30 11:19:27 -04:00
|
|
|
#
|
|
|
|
## Certificate zones
|
|
|
|
#
|
|
|
|
#[CertificateZones]
|
|
|
|
#"^/secure-zone-1/" = [
|
|
|
|
# "d146953386694266175d10be3617427dfbeb751d1805d36b3c7aedd9de02d9af",
|
|
|
|
#]
|
|
|
|
#"^/secure-zone-2/" = [
|
|
|
|
# "d146953386694266175d10be3617427dfbeb751d1805d36b3c7aedd9de02d9af",
|
|
|
|
# "786257797c871bf617e0b60acf7a7dfaf195289d8b08d1df5ed0e316092f0c8d",
|
|
|
|
#]
|