[GitHub] [incubator-pagespeed-ngx] ozdemirburak edited a comment on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak edited a comment on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812910238 Thanks for your reply @Lofesa. > Where have you set this directive? I included my pagespeed configuration within a server block. I

[GitHub] [incubator-pagespeed-ngx] ozdemirburak edited a comment on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak edited a comment on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812910238 Thanks for your reply @Lofesa. > Where have you set this directive? I included my pagespeed configuration within a server block. I

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
Lofesa commented on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812930867 I don´t know all the image filter that uses beacon, but for sure resize_rendered_image_dimensions is one of these image filters, but other filters, css related,

[GitHub] [incubator-pagespeed-ngx] ozdemirburak commented on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak commented on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812910238 Thanks for your reply @Lofesa. > Where have you set this directive? I included my pagespeed configuration under a server block. I tried that

[GitHub] [incubator-pagespeed-ngx] ozdemirburak edited a comment on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak edited a comment on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812910238 Thanks for your reply @Lofesa. > Where have you set this directive? I included my pagespeed configuration within a server block. I

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
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

[GitHub] [incubator-pagespeed-ngx] ozdemirburak commented on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak commented on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812932832 Thanks, @Lofesa. Your answers are really helpful for anyone facing this issue. For my case, I think

[GitHub] [incubator-pagespeed-ngx] ozdemirburak commented on issue #1565: How to disable POST ngx_pagespeed_beacon?

2021-04-03 Thread GitBox
ozdemirburak commented on issue #1565: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1565#issuecomment-812892800 I tried both configurations, but none of them works for nginx. @oschaaf, I'd be grateful if you can provide a better solution for nginx. ```nginx