better example; from hiltjo posthuma
authorjmc <jmc@openbsd.org>
Wed, 19 Apr 2017 10:48:57 +0000 (10:48 +0000)
committerjmc <jmc@openbsd.org>
Wed, 19 Apr 2017 10:48:57 +0000 (10:48 +0000)
ok sthen

usr.sbin/relayd/relayd.conf.5

index c1dee3a..6fe2e2b 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: relayd.conf.5,v 1.176 2017/03/25 23:14:04 claudio Exp $
+.\"    $OpenBSD: relayd.conf.5,v 1.177 2017/04/19 10:48:57 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: March 25 2017 $
+.Dd $Mdocdate: April 19 2017 $
 .Dt RELAYD.CONF 5
 .Os
 .Sh NAME
@@ -1467,9 +1467,9 @@ and include the
 variable in the hash to calculate the target host:
 .Bd -literal -offset indent
 http protocol "https" {
-       match header append "X-Forwarded-For" \e
+       match header set "X-Forwarded-For" \e
                value "$REMOTE_ADDR"
-       match header append "X-Forwarded-By" \e
+       match header set "X-Forwarded-By" \e
                value "$SERVER_ADDR:$SERVER_PORT"
        match header set "Keep-Alive" value "$TIMEOUT"