diff options
author | Dante Catalfamo | 2020-08-15 14:52:50 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-08-15 14:52:50 -0400 |
commit | 85d3e4f4c2b52588ccb2b68001d6339e3902a997 (patch) | |
tree | a12d61bf09efc7209df53c2108bc53c4706afdf5 | |
parent | a29eea959c6e4624f2bd3b867de8ad0bb83bc1fd (diff) | |
download | blog-85d3e4f4c2b52588ccb2b68001d6339e3902a997.tar.gz blog-85d3e4f4c2b52588ccb2b68001d6339e3902a997.tar.bz2 blog-85d3e4f4c2b52588ccb2b68001d6339e3902a997.zip |
openbsd-mime: us -> use
-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=. |