summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/httpd.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/httpd/httpd.conf.5')
-rw-r--r--usr.sbin/httpd/httpd.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index 104dbf89f97..b86a4a11566 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.91 2018/05/18 14:07:46 reyk Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.92 2018/05/18 14:24:26 reyk Exp $
.\"
.\" Copyright (c) 2014, 2015 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -99,7 +99,7 @@ For example:
.Bd -literal -offset indent
ext_ip="10.0.0.1"
server "default" {
- listen on $ext_ip
+ listen on $ext_ip port 80
}
.Ed
.Sh GLOBAL CONFIGURATION