diff options
author | 2014-07-17 11:32:14 +0000 | |
---|---|---|
committer | 2014-07-17 11:32:14 +0000 | |
commit | a09009b1b781e832a0f6d020493dd2d08685021e (patch) | |
tree | 9e4a8c76ae564c784e40d275afe979e377a527eb | |
parent | No more /var/db/sysmerge (diff) | |
download | wireguard-openbsd-a09009b1b781e832a0f6d020493dd2d08685021e.tar.xz wireguard-openbsd-a09009b1b781e832a0f6d020493dd2d08685021e.zip |
Fix typo in example httpd config which caused error on startup.
/etc/httpd.conf:8: failed to add media type
ok reyk
-rw-r--r-- | usr.sbin/httpd/httpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index a6f90a66c06..7e6f7f4c726 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.2 2014/07/13 14:17:37 reyk Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.3 2014/07/17 11:32:14 stsp Exp $ .\" .\" Copyright (c) 2014 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: July 13 2014 $ +.Dd $Mdocdate: July 17 2014 $ .Dt HTTPD.CONF 5 .Os .Sh NAME @@ -165,7 +165,7 @@ server "default" { types { text/css css; - text/html html html; + text/html htm html; text/txt txt; image/gif gif; image/jpeg jpg jpeg; |