rickygm commented on issue #1563: again the error: [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?
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1563#issuecomment-391142453
 
 
   here I do not have it very well tuned the cache with nginx, I'm still making 
adjustments 
   
   proxy_cache_path /var/nginx/ghostcache levels=1:2 keys_zone=ghostcache:10m 
max_size=300m inactive=24h;
   proxy_cache_key "$scheme$request_method$host$request_uri";
   proxy_cache_methods GET HEAD;
   
   location / {
           proxy_cache ghostcache;
           proxy_cache_valid 10m;
           proxy_cache_valid 404 1m;
           proxy_cache_purge 1;
           proxy_ignore_headers Set-Cookie;
           proxy_hide_header Set-Cookie;
           proxy_cache_use_stale error timeout invalid_header updating http_500 
http_502 http_503 http_504;
           proxy_ignore_headers Cache-Control;
           add_header X-Cache-Status $upstream_cache_status;
   
   

----------------------------------------------------------------
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