aboutsummaryrefslogtreecommitdiff
path: root/httpd.conf.5
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2015-03-07 21:08:55 +0100
committerReyk Floeter <reyk@esdenera.com>2015-03-07 21:08:55 +0100
commit9fe6c559bd71dd8e7a7efe2166a29898b8970734 (patch)
tree28ba61aeb126a8c88b5bdf370a432ba73d3f71b2 /httpd.conf.5
parentbe1b7213b8e8d0de98b5a6445504a583e8c9a064 (diff)
downloadhttpd-9fe6c559bd71dd8e7a7efe2166a29898b8970734.tar.gz
httpd-9fe6c559bd71dd8e7a7efe2166a29898b8970734.zip
sync; manpage fixed
Diffstat (limited to 'httpd.conf.5')
-rw-r--r--httpd.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/httpd.conf.5 b/httpd.conf.5
index da51ad3..acfb57a 100644
--- a/httpd.conf.5
+++ b/httpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: httpd.conf.5,v 1.53 2015/02/23 18:43:18 reyk Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.54 2015/03/06 05:10:18 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: February 23 2015 $
+.Dd $Mdocdate: March 6 2015 $
.Dt HTTPD.CONF 5
.Os
.Sh NAME
@@ -183,9 +183,9 @@ The remote user for HTTP authentication.
.It Ic $REQUEST_URI
The request path and optional query string.
.It Ic $SERVER_ADDR
-The configured IP address of the relay.
+The configured IP address of the server.
.It Ic $SERVER_PORT
-The configured TCP server port of the relay.
+The configured TCP server port of the server.
.It Ic $SERVER_NAME
The name of the server.
.El