diff options
Diffstat (limited to 'content/posts/openbsd-httpd-mime-types')
-rw-r--r-- | content/posts/openbsd-httpd-mime-types/index.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/openbsd-httpd-mime-types/index.org b/content/posts/openbsd-httpd-mime-types/index.org index bc8b27a..70d7d51 100644 --- a/content/posts/openbsd-httpd-mime-types/index.org +++ b/content/posts/openbsd-httpd-mime-types/index.org @@ -54,7 +54,7 @@ The second method, including the system's built-in MIME types database, is simpler if you need to support proper MIME types for a larger number of files, and don't want to go through the process of writing them all in by hand. This is done by defining a similar types -block, but instead of writing in type data, you us the [[https://man.openbsd.org/httpd.conf.5#include][=include=]] +block, but instead of writing in type data, you use the [[https://man.openbsd.org/httpd.conf.5#include][=include=]] directive. OpenBSD's MIME type definitions are stored in =/usr/share/misc/mime.types=. |