diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-26 19:25:26 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-26 19:25:26 +0000 |
commit | 0fdadeffd871cd481e8189eb9d18f5b7fc10c266 (patch) | |
tree | b3121639cb0fb3c4c3dcf01bb5716ac1f7cc323b /etc/hoststated.conf | |
parent | b8c7afc6d7dd904d221f6051bbb02d96a752bfde (diff) |
sync the documentation with the latest change to require a 'header'
keyword for default relay actions.
ok pyr@
Diffstat (limited to 'etc/hoststated.conf')
-rw-r--r-- | etc/hoststated.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/hoststated.conf b/etc/hoststated.conf index ed3c66fcc1b..e5bfc8d134b 100644 --- a/etc/hoststated.conf +++ b/etc/hoststated.conf @@ -1,4 +1,4 @@ -# $OpenBSD: hoststated.conf,v 1.4 2007/02/26 13:58:31 reyk Exp $ +# $OpenBSD: hoststated.conf,v 1.5 2007/02/26 19:25:25 reyk Exp $ # # Macros # @@ -46,9 +46,9 @@ service www { # protocol httpssl { protocol http - append "$REMOTE_ADDR" to "X-Forwarded-For" - append "$SERVER_ADDR:$SERVER_PORT" to "X-Forwarded-By" - change "Connection" to "close" + header append "$REMOTE_ADDR" to "X-Forwarded-For" + header append "$SERVER_ADDR:$SERVER_PORT" to "X-Forwarded-By" + header change "Connection" to "close" # Various TCP performance options tcp { nodelay, sack, socket buffer 65536, backlog 128 } |