mod_zip icon indicating copy to clipboard operation
mod_zip copied to clipboard

mod_zip does not work when ngx_pagespeed is enabled

Open ghost opened this issue 6 years ago • 1 comments

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.

ghost avatar Apr 01 '19 11:04 ghost

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.

rainyroads avatar Apr 01 '19 11:04 rainyroads