rickygm opened a new issue #1562: PageSpeed Serf fetch failure rate extremely 
high; only 0 of 44 recent fetches fully successful
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1562
 
 
   Hi friends, I write because I need some help to refine pagespeed with nginx 
and https, I have a nginx as a reverse proxy of frontend and another nginx as a 
backend that has some apps in php7 and mariadb , For some time now I have been 
presenting the errors with pagespeed, I have searched for information about 
them and made adjustments to the settings, but I have not had success, I show 
you these errors:
   
    [error] 1322#22747: [ngx_pagespeed 1.13.35.2-0] PageSpeed Serf fetch 
failure rate extremely high; only 0 of 44 recent fetches fully successful; is 
fetching working?
   
   I have tried according to the documentation 
https://www.modpagespeed.com/doc/https_support , but I can not solve the 
problem, I show them the configuration:
   
   listen 443 ssl http2;
       server_name  myapp.domain.com
       pagespeed on;
       pagespeed FetchHttps enable;
       pagespeed FileCachePath /var/ngx_pagespeed_cache;
       pagespeed EnableFilters rewrite_css;
       pagespeed EnableFilters fallback_rewrite_css_urls;
       pagespeed EnableFilters combine_css;
       location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" { 
add_header "" ""; }
       location ~ "^/ngx_pagespeed_static/" { }
       location ~ "^/ngx_pagespeed_beacon" { }
       pagespeed LoadFromFile "https://www.domain.com/"; "/var/www/webapp/";
       pagespeed LoadFromFileRuleMatch disallow .*;
       pagespeed LoadFromFileRuleMatch allow 
\.(ico|pdf|swf|eot|woff|ttf|otf|css|js|jpeg|jpg|png|gif|svg|svgz|mpg|mpeg|mp3|m4a|m4v|mp4|ogg|wmv|mov|mng|3gpp|3gp|webp|webm|flv|avi|asx|asf)
   (\?.*)?$;
   
   any help?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to