clear
The clear
statement is used to delete all HTTP headers previously configured using the set http_header statement.
Syntax
clear http_headers
Details
The clear
statement will remove all the headers currently defined, after which a new set of headers can be specified using set http_header.
Example
Last updated