diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2015-02-04 08:39:36 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2015-02-04 08:39:36 +0000 |
commit | 274afcab6cb3e2d96930762c629c3dd152f7a4d3 (patch) | |
tree | d1e0eafa2deeda2352279f3ade855931998c2c42 /etc/examples/httpd.conf | |
parent | 7b51e42b09026417254d17dfcc6dd362a6615a58 (diff) |
Typo
From Michael (lesniewskister AT gmail), thanks!
Diffstat (limited to 'etc/examples/httpd.conf')
-rw-r--r-- | etc/examples/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/examples/httpd.conf b/etc/examples/httpd.conf index b9e3d0b4bbe..e4ba3767fd6 100644 --- a/etc/examples/httpd.conf +++ b/etc/examples/httpd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: httpd.conf,v 1.13 2014/12/28 13:55:22 reyk Exp $ +# $OpenBSD: httpd.conf,v 1.14 2015/02/04 08:39:35 florian Exp $ # # Macros @@ -62,7 +62,7 @@ server "secure.example.com" { server "intranet.example.com" { listen on 10.0.0.1 port 80 directory { auto index, index "default.htm" } - root "/htdocs/internet.example.com" + root "/htdocs/intranet.example.com" } # An IPv6-based server on a non-standard port |