[#] http://marc.info/?l=openbsd-cvs&m=140897689605069&w=2
openbsd-cvs(obsdave,2) — All
2014-08-25 18:55:10


Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/25 08:27:54

Modified files:
etc/examples : httpd.conf
usr.sbin/httpd : httpd.conf.5 parse.y
Added files:
share/misc : mime.types

Log message:
Add a generic system-wide /usr/share/misc/mime.types file that can be
included in httpd.conf. httpd(8) now supports both mime.types
flavours with or without semicolon at the end of the line (nginx- or
apache-style).

Discussed with many, with input from halex@
OK halex@