On 1/08/2011 5:47 p.m., Igor S. wrote:
proxy_cache_key "$host$request_uri$gzip";
Thanks for the pointers! It turns out that my backend was doing gzipping
without me realizing it (despite it being turned off in phpBB settings,
Apache’s mod_deflate was configured to compress pages anyway). I’ve
turned off all gzip in my backend and now it works correctly.
Cheers,
Nicholas Sherlock