diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-12-11 15:33:23 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-12-11 15:33:23 +0000 |
commit | 048c435b2c937558edf77393f2eee28f994c2d99 (patch) | |
tree | 5c0063a9873c13c6ee8454f86db1c850eba5167a /spacebeans.conf.example | |
parent | 041ff4aca55c235d90ed69567d71042004c12acd (diff) | |
download | spacebeans-048c435b2c937558edf77393f2eee28f994c2d99.tar.gz spacebeans-048c435b2c937558edf77393f2eee28f994c2d99.zip |
Clarify how the mime-types directive works
Diffstat (limited to 'spacebeans.conf.example')
-rw-r--r-- | spacebeans.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
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"] // } |