diff --git a/haproxy/haproxy.cfg b/haproxy/haproxy.cfg index 3ca8e42..73f899f 100644 --- a/haproxy/haproxy.cfg +++ b/haproxy/haproxy.cfg @@ -91,8 +91,6 @@ frontend mc-gravit bind *:80 mode http option forwardfor - acl has_charset hdr_sub(content-type) -i charset= - rspirep (Content-Type.*) \1;\ charset=utf-8 unless has_charset acl is_mc hdr(host) -i mc.mic.pp.ua use_backend mc-gravit if is_mc