summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2018-05-23 19:02:50 +0000
committerreyk <reyk@openbsd.org>2018-05-23 19:02:50 +0000
commit938424a54d9b5fc49431a3f2cb7c8de8d4fc0ee6 (patch)
treec45e3ea109fcf0e11f61373540b7650dba9d01b3 /usr.sbin/httpd
parentDocument monitor mode support in iwm(4). (diff)
downloadwireguard-openbsd-938424a54d9b5fc49431a3f2cb7c8de8d4fc0ee6.tar.xz
wireguard-openbsd-938424a54d9b5fc49431a3f2cb7c8de8d4fc0ee6.zip
Forgot to revert another "port 80"
Pointed out by jmc@
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/httpd.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index affa2ee1656..df4ea104be4 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.94 2018/05/19 13:56:56 jsing Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.95 2018/05/23 19:02:50 reyk Exp $
.\"
.\" Copyright (c) 2014, 2015 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: May 19 2018 $
+.Dd $Mdocdate: May 23 2018 $
.Dt HTTPD.CONF 5
.Os
.Sh NAME
@@ -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