rickygm commented on 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#issuecomment-389541737 Hi Lofesa , I'm using letsencrypt , and I'm not sure if it's the right way, another doubt I do not know when that specific error occurs, I'm accessing my applications and I do not see the error at the moment. I show you how to leave the current 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) (?.)?$; pagespeed SslCertDirectory /etc/letsencrypt/live/domain.com; pagespeed SslCertFile /etc/letsencrypt/live/domain.com/cert.pem; thanks for all 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: [email protected] With regards, Apache Git Services
