summaryrefslogtreecommitdiff
path: root/capsule/molly.conf
diff options
context:
space:
mode:
Diffstat (limited to 'capsule/molly.conf')
-rw-r--r--capsule/molly.conf55
1 files changed, 0 insertions, 55 deletions
diff --git a/capsule/molly.conf b/capsule/molly.conf
deleted file mode 100644
index bd1a223..0000000
--- a/capsule/molly.conf
+++ /dev/null
@@ -1,55 +0,0 @@
-## Basic settings
-#
-Port = 1965
-Hostname = "senders.io"
-CertPath = "/etc/certs/live/senders.io/fullchain.pem"
-KeyPath = "/etc/certs/live/senders.io/privkey.pem"
-DocBase = "/var/gemini/"
-#HomeDocBase = "users"
-GeminiExt = "gmi"
-DefaultLang = "en"
-AccessLog = "/var/log/molly/access.log"
-ErrorLog = "/var/log/molly/error.log"
-#ReadMollyFiles = true
-#
-## Directory listing
-#
-DirectorySort = "Time"
-DirectoryReverse = true
-#DirectoryTitles = true
-#
-## Dynamic content
-#
-#CGIPaths = [
-# "/var/gemini/cgi-bin",
-# "/var/gemini/users/*/cgi-bin/", # Unsafe!
-#]
-#
-#[SCGIPaths]
-#"/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"
-"favicon.txt$" = "text/plain"
-#
-## Redirects
-#
-#[TempRedirects]
-#"/old/path/file.ext" = "/new/path/file.ext"
-#[PermRedirects]
-#"/old/path/file.ext" = "/new/path/file.ext"
-#
-## Certificate zones
-#
-#[CertificateZones]
-#"^/secure-zone-1/" = [
-# "d146953386694266175d10be3617427dfbeb751d1805d36b3c7aedd9de02d9af",
-#]
-#"^/secure-zone-2/" = [
-# "d146953386694266175d10be3617427dfbeb751d1805d36b3c7aedd9de02d9af",
-# "786257797c871bf617e0b60acf7a7dfaf195289d8b08d1df5ed0e316092f0c8d",
-#]