From a2f54fd26f862457e0cf13d4881b400b2ae43135 Mon Sep 17 00:00:00 2001 From: sobrado Date: Tue, 19 May 2015 18:12:58 +0000 Subject: [PATCH] sort media type extensions for text/html and image/jpeg as given in /usr/share/misc/mime.types; do not include shtml as it is for Server Side Includes (SSI) -- we will never do SSI. joint work with reyk@ ok reyk@ --- usr.sbin/httpd/httpd.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index d9f46e69785..dd9795ce15f 100644 --- a/usr.sbin/httpd/httpd.conf.5 +++ b/usr.sbin/httpd/httpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.conf.5,v 1.58 2015/05/19 18:03:32 sobrado Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.59 2015/05/19 18:12:58 sobrado Exp $ .\" .\" Copyright (c) 2014, 2015 Reyk Floeter .\" @@ -452,10 +452,10 @@ server "default" { types { text/css css - text/html htm html + text/html html htm text/txt txt image/gif gif - image/jpeg jpg jpeg + image/jpeg jpeg jpg image/png png application/javascript js application/xml xml -- 2.20.1