summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2018-06-15 17:17:40 +0000
committerreyk <reyk@openbsd.org>2018-06-15 17:17:40 +0000
commitc1c039b799d2c52dff6bb4811cb3a3e01f862918 (patch)
tree2d0b9bd6b4d35069e1a16570c42a917205db802e /usr.sbin/httpd
parentRemove the witness_skipspin setting to simplify the code. (diff)
downloadwireguard-openbsd-c1c039b799d2c52dff6bb4811cb3a3e01f862918.tar.xz
wireguard-openbsd-c1c039b799d2c52dff6bb4811cb3a3e01f862918.zip
Something went wrong - the strip option was documented twice.
Found by Mischa Peters, thanks
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/httpd.conf.59
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index 2eed84dbad8..5cab68a9cbf 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.98 2018/06/13 16:52:04 jmc Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.99 2018/06/15 17:17:40 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: June 13 2018 $
+.Dd $Mdocdate: June 15 2018 $
.Dt HTTPD.CONF 5
.Os
.Sh NAME
@@ -478,11 +478,6 @@ root directory of
.Nm httpd .
If not specified, it defaults to
.Pa /htdocs .
-.It Ic strip Ar number
-Strip
-.Ar number
-path components from the beginning of the request path before looking
-up the stripped-down path at the document root.
.It Ic tcp Ar option
Enable or disable the specified TCP/IP options; see
.Xr tcp 4