From dbd021da7f62e9f7cdb280465843734d1911a903 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 30 Nov 2023 09:26:38 +0100 Subject: [PATCH] DOC: config: fix remaining mention of @reverse for attach-srv action The new address is "rhttp@". --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index e5754a6..a3d5903 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -14045,7 +14045,7 @@ tcp-request session attach-srv [name ] This is used to intercept the connection after proper HTTP/2 establishment. The connection is reversed to the backend side and inserted into the idle - pool of server. This is useful for reverse server with '@reverse' + pool of server. This may only be used with servers having an 'rhttp@' address. An extra parameter can be specified. Its value is interpreted as a -- 1.7.10.4