<IfModule proxy_ajp_module>
  <Location /engineManageDomains>
    ProxyPassMatch http://127.0.0.1:8080 timeout=3600 retry=5
    <IfModule deflate_module>
      AddOutputFilterByType DEFLATE text/javascript text/css text/html text/xml text/json application/xml application/json application/x-yaml
    </IfModule>
  </Location>
</IfModule>