summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2015-05-19 18:16:32 +0000
committersobrado <sobrado@openbsd.org>2015-05-19 18:16:32 +0000
commitdb0be112d8bc23a6433516d6d41f4961a0b10bd3 (patch)
tree2657c79063b1ad120816b89aa6582b601e0c1886
parentsort media type extensions for text/html and image/jpeg as given in (diff)
downloadwireguard-openbsd-db0be112d8bc23a6433516d6d41f4961a0b10bd3.tar.xz
wireguard-openbsd-db0be112d8bc23a6433516d6d41f4961a0b10bd3.zip
better spacing in media types.
ok reyk@
-rw-r--r--usr.sbin/httpd/httpd.conf.518
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index dd9795ce15f..35bcb18d00b 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.59 2015/05/19 18:12:58 sobrado Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.60 2015/05/19 18:16:32 sobrado Exp $
.\"
.\" Copyright (c) 2014, 2015 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -451,14 +451,14 @@ server "default" {
}
types {
- text/css css
- text/html html htm
- text/txt txt
- image/gif gif
- image/jpeg jpeg jpg
- image/png png
- application/javascript js
- application/xml xml
+ text/css css
+ text/html html htm
+ text/txt txt
+ image/gif gif
+ image/jpeg jpeg jpg
+ image/png png
+ application/javascript js
+ application/xml xml
}
.Ed
.Pp