diff options
author | Omar Polo <op@omarpolo.com> | 2022-04-08 13:59:20 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-04-08 13:59:20 +0000 |
commit | 16c391a063849a89ed7f72c6cf89c98d9fa72789 (patch) | |
tree | a3c9ce145b2492fd37e0135def785d21fefc2780 /gmid.conf.5 | |
parent | fde87508599a7947153a299d78305fc7baaebba5 (diff) |
add an entry for text/gemini in the `types' example
if using `types' the internal listing is not used, so show how to add
the entries for text/gemini when using /usr/share/misc/mime.types.
Diffstat (limited to 'gmid.conf.5')
-rw-r--r-- | gmid.conf.5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gmid.conf.5 b/gmid.conf.5 index 9a74bf9..9a7202a 100644 --- a/gmid.conf.5 +++ b/gmid.conf.5 @@ -562,6 +562,8 @@ ipv6 on # enable ipv6 protocols "tlsv1.3" types { + text/gemini gemini gmi + include "/usr/share/misc/mime.types" } |