I have NGINX running as proxy for accessing my applications that are running on a apache server.
One of the applications, a WBB3 forum is making me trouble
. I got Content Encoding errors when
i try to login as administrator.
The solution is to add to nginx config file the line:
proxy_set_header Accept-Encoding “”;
Restart nginx and and the problem is gone.