From: Willy Tarreau Date: Sat, 25 May 2013 06:31:25 +0000 (+0200) Subject: DOC: fix wrong copy-paste in the rspdel example X-Git-Tag: v1.5-dev19~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e80e02c2b2ec733ff645575686e642e4cc69bf6;p=thirdparty%2Fhaproxy.git DOC: fix wrong copy-paste in the rspdel example As reported by Cristian Ditoiu, the rspdel example is based on the reqrep action, which is quite confusing! --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 9fed5c8b09..4561741104 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -5011,7 +5011,7 @@ rspidel [{if | unless} ] (ignore case) Example : # remove the Server header from responses - reqidel ^Server:.* + rspidel ^Server:.* See also: "rspadd", "rsprep", "reqdel", section 6 about HTTP header manipulation, and section 7 about ACLs.