Thread Starter
psodfj
(@psodfj)
It turned out I just had to pass proxy_set_header Accept-Encoding "gzip"; to the nginx reverse proxy.
All working now!
-
This reply was modified 6 years, 4 months ago by psodfj.
Thread Starter
psodfj
(@psodfj)
To clarify, the error is this:
We successfully added Gzip compression settings into .htaccess file. However, the test file we fetched was not Gzip-compressed. Possible causes include that Apache (your webserver) is not configured to allow .htaccess files to take effect, or one of Apache modules – mod_filter or mod_deflate – is not active, or the webserver is configured to disallow Gzip compression. You should speak to your web hosting support to find how to enable it.
-
This reply was modified 6 years, 4 months ago by psodfj.