[SOLVED] Err_content_decoding_failed

So as a conclusion to this issue.

This turned out to be a content encoding error of the output of wordpress w/ php

It required me to go into the php.ini for the php-fpm server and turn on

zlib.output_compression = On
2 Likes