mod_zip
mod_zip copied to clipboard
mod_zip does not work when ngx_pagespeed is enabled
The mod_zip extension does not seem to function properly when the ngx_pagespeed module is enabled, https://developers.google.com/speed/pagespeed/module/
Even when trying to disable pagespeed on specific zones using the Disallow directive, mod_zip requests still fail if pagespeed is enabled whatsoever.
Turning pagespeed off globally resolves the issue.
Update:
Adding a custom location block and setting "pagespeed off" there works.
Not sure if there's a way to make mod_zip and ngx_pagespeed play nicely together otherwise though.