-.\" $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>
.\" 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
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"