diff options
author | Omar Polo <op@omarpolo.com> | 2022-04-08 15:50:53 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-04-08 15:50:53 +0000 |
commit | b6c093c99a4218958ea0ea6194623f4c0c650628 (patch) | |
tree | 4fb207060abab60192c911c5f67aadf49e63618f /site/contrib.gmi | |
parent | 5c4e8e97bd315dfade10ae96fcf98d2379974015 (diff) |
bundle a copy of /usr/share/misc/mime.types
Diffstat (limited to 'site/contrib.gmi')
-rw-r--r-- | site/contrib.gmi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/site/contrib.gmi b/site/contrib.gmi index bf99501..bdb4843 100644 --- a/site/contrib.gmi +++ b/site/contrib.gmi @@ -70,6 +70,20 @@ Some things to keep in mind: # journalctl -t gmid ``` +## mime.types + +=> TREE/contrib/renew-certs contrib/mime.types + +A copy of OpenBSD' /usr/share/misc/mime.types to be used as + +``` +# /etc/gmid.conf + +types { + include "/path/to/mime.types" +} +``` + ## renew certificates automatically => TREE/contrib/renew-certs contrib/renew-certs |