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!
This commit is contained in:
Willy Tarreau 2013-05-25 08:31:25 +02:00
parent b837e68fc9
commit 5e80e02c2b

View File

@ -5011,7 +5011,7 @@ rspidel <search> [{if | unless} <cond>] (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.