filter [param*]
Add the filter in the filter list attached to the proxy.
May be used in sections :
defaults frontend listen backend
no
no yes
yes yes
yes yes
yes
Arguments :
is the name of the filter. Officially supported filters are
referenced in section 9.
is a list of parameters accepted by the filter . The
parsing of these parameters are the responsibility of the
filter. Please refer to the documentation of the corresponding
filter (section 9) for all details on the supported parameters.
Multiple occurrences of the filter line can be used for the same proxy. The
same filter can be referenced many times if needed.
Example:
listen
bind *:80
filter trace name BEFORE-HTTP-COMP
filter compression
filter trace name AFTER-HTTP-COMP
compression algo gzip
compression offload
server srv1 192.168.0.1:80
See also : section 9.