[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1170548947 > Thanks for the heads up, i've added that directive to the list. > > Would you mind if i send you an email with the htpasswd credentials to my pagespeed

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1170538808 > what about this? > > needs to be added at pagespeed as well? > > ``` > location ~* \.(eot|otf|ttf|woff|woff2)$ { >add_header

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1170213494 what about this? needs to be added at pagespeed as well? location ~* \.(eot|otf|ttf|woff|woff2)$ { add_header

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1170035189 Thanks for the heads up, i've added that directive to the list. Would you mind if i send you an email with the htpasswd credentials to my pagespeed console

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169978609 Well . php stuff is not loaded by LoadFromFile And Pragma header I think is in the default headers pagespeed set. But in the statics files, think you

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169887277 This is what i typically have inside a server block for a particular domain location ~ \.php$ { includefastcgi_params;

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169883226 @danidorado > I had this directive set up inside the http block at nginx.conf file > pagespeed LoadFromFileCacheTtlMs 3153600; That's ok. I mentioned

[GitHub] [incubator-pagespeed-ngx] danidorado commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
danidorado commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169715900 @Lofesa I had this directive set up inside the http block at nginx.conf file pagespeed LoadFromFileCacheTtlMs 3153600; if i'm not wrong

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1749: incubator-pagespeed-ngx-module not compatible with nginx 1.23.0

2022-06-29 Thread GitBox
Lofesa commented on issue #1749: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1749#issuecomment-1169626297 @danidorado Normally I use some like `pagespeed Domain http*://*.surfcampmaldives.com;` This covers both versions, http and https and all subdomains