site

source files for beau's website
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit a6cf83759f92071038545e5bdfe85803e07fc67d
parent bb4f765ab91afe3078ac5cb063e7da37485ddd66
Author: Beau <cbeauhilton@gmail.com>
Date:   Sun, 13 Nov 2022 16:17:12 -0600

formatting

Diffstat:
Mposts/mime.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/posts/mime.md b/posts/mime.md @@ -71,9 +71,11 @@ OpenBSD has an internal MIME declaration file you can link to from within `httpd Here's the relevant bit, just chuck this on the end of the conf file: ``` + types { include "/usr/share/misc/mime.types" } + ``` And reload `httpd(8)`.