diff --git a/src/etc/examples/httpd.conf b/src/etc/examples/httpd.conf index f8364fd3..71496a4f 100644 --- a/src/etc/examples/httpd.conf +++ b/src/etc/examples/httpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: httpd.conf,v 1.10 2014/08/06 20:29:54 reyk Exp $ +# $OpenBSD: httpd.conf,v 1.11 2014/08/25 14:27:54 reyk Exp $ # # Macros @@ -70,3 +70,8 @@ server "ipv6.example.com" { listen on 2001:db8::53f6:3eab port 81 root "/htdocs/ipv6.example.com" } + +# Include MIME types instead of the built-in ones +types { + include "/usr/share/misc/mime.types" +}