-.\" $OpenBSD: httpd.conf.5,v 1.42 2015/01/04 22:23:58 chrisz Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.43 2015/01/05 11:03:57 reyk Exp $
.\"
.\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 4 2015 $
+.Dd $Mdocdate: January 5 2015 $
.Dt HTTPD.CONF 5
.Os
.Sh NAME
Specify server configuration rules for a specific location.
The
.Ar path
-argument will be matched against the URL path with shell globbing rules.
+argument will be matched against the request path with shell globbing rules.
A location section may include most of the server configuration rules
except
.Ic connection ,
instead of the log files.
.El
.It Ic root Ar option
+Configure the document root and options for the request path.
Valid options are:
.Bl -tag -width Ds
.It Ar directory
.It Ic strip Ar number
Strip
.Ar number
-path components from the beginning of the request URI before
-looking up the stripped-down URI at the document root.
+path components from the beginning of the request path before looking
+up the stripped-down path at the document root.
.El
.It Ic tcp Ar option
Enable or disable the specified TCP/IP options; see