mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 11:02:49 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user