diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-20 16:21:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-20 16:21:33 +0000 |
commit | 1f6bf77cbc6ff9ebe2c274d82f9cabfceb4fd1f2 (patch) | |
tree | e8bb31f8ba2927deada363558e79dad7a18784e9 /usr.sbin | |
parent | 1eac879642f94d4401fe0586361fdda8b861e37e (diff) |
adjust the example to make it work;
from matt schwartz
ok claudio
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 61ad3d47c94..a5eb8fc9400 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.183 2018/04/18 12:10:54 claudio Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.184 2018/04/20 16:21:32 jmc Exp $ .\" .\" Copyright (c) 2006 - 2016 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -15,7 +15,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: April 18 2018 $ +.Dd $Mdocdate: April 20 2018 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -1484,7 +1484,6 @@ http protocol "https" { match header set "Keep-Alive" value "$TIMEOUT" match query hash "sessid" - match hash "sessid" pass block path "/cgi-bin/index.cgi" value "*command=*" |