aboutsummaryrefslogtreecommitdiff
path: root/httpd.conf.5
diff options
context:
space:
mode:
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