How to configure mod-proxy-HTML without getting content encoding errors
Configuring Apache like this:
SetOutputFilter INFLATE;proxy-html;DEFLATE
solved my problem.
Configuring Apache like this:
SetOutputFilter INFLATE;proxy-html;DEFLATE
solved my problem.