From 048c435b2c937558edf77393f2eee28f994c2d99 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 11 Dec 2021 15:33:23 +0000 Subject: Clarify how the mime-types directive works --- spacebeans.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spacebeans.conf.example') diff --git a/spacebeans.conf.example b/spacebeans.conf.example index 8e24325..c5b7694 100644 --- a/spacebeans.conf.example +++ b/spacebeans.conf.example @@ -10,8 +10,8 @@ idle-timeout = "10 seconds" // default MIME type if detection fails default-mime-type = "text/plain" -// by default a built-in resolver is used; -// use this to define your own MIME types +// by default a built-in resolver is used and it includes the Gemini MIME type; +// use this to define your own MIME types (will replace the built-in resolver) // mime-types = { // "text/gemini": [".gmi", ".gemini"] // } -- cgit v1.2.3