diff --git a/doc/configuration.txt b/doc/configuration.txt index 9fed5c8b0..456174110 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.