summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2017-04-09 09:13:28 +0000
committerflorian <florian@openbsd.org>2017-04-09 09:13:28 +0000
commit494efbad92aacb2874fff0f501862191851871cf (patch)
tree4f1bdd31f5867806e8c2b923f3a6feb683d9506f /usr.sbin/httpd
parentFix multiple cases of reading past the end of a buffer in the sasyncd(8) (diff)
downloadwireguard-openbsd-494efbad92aacb2874fff0f501862191851871cf.tar.xz
wireguard-openbsd-494efbad92aacb2874fff0f501862191851871cf.zip
image/svg+xml is a default inbuilt media type.
Pointed out by Anton Lindqvist (anton.lindqvist AT gmail), thanks!
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/httpd.conf.55
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index 548bc7ed027..80fa225ffc3 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.81 2017/03/25 17:25:34 claudio Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.82 2017/04/09 09:13:28 florian Exp $
.\"
.\" Copyright (c) 2014, 2015 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 25 2017 $
+.Dd $Mdocdate: April 9 2017 $
.Dt HTTPD.CONF 5
.Os
.Sh NAME
@@ -590,6 +590,7 @@ will use built-in media types for
.Ar image/gif ,
.Ar image/png ,
.Ar image/jpeg ,
+.Ar image/svg+xml ,
and
.Ar application/javascript .
.Pp