summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2015-02-04 08:39:35 +0000
committerflorian <florian@openbsd.org>2015-02-04 08:39:35 +0000
commit02310e53ba0dfc3c9d096ff14054d30388ffa966 (patch)
treec963a7d5db5088865e2a4ce972ac5012ac611ccf
parentKill annoying comments about ether_input() (diff)
downloadwireguard-openbsd-02310e53ba0dfc3c9d096ff14054d30388ffa966.tar.xz
wireguard-openbsd-02310e53ba0dfc3c9d096ff14054d30388ffa966.zip
Typo
From Michael (lesniewskister AT gmail), thanks!
-rw-r--r--etc/examples/httpd.conf4
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