Lofesa commented on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812908327
> location ~ "^/ngx_pagespeed_beacon$" { deny all; } Where have you set this directive? This don´t prevent the POST request, but returns a 403 forbiden code and the POST data is not processed. To don´t have any beacon you need to disable all image filters (or near all image filters) Why don´t try to use some like `pagespeed RewriteLevel OptimizeForBandwidth `? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org