My nginx server is running with pagespeed but every day I have some problems with cache. The problem is that after some time the scripts loaded in my site returns 404 error. When i look into the cache directory I find a new file named !clean!time!, I supose, like the name suggest, that the cache need to be cleaned. After manual clean and restart server all comes to work. Some one can explain me this behavior? Can I set an "auto-clean cache" on nginx configuration? Thanks
Asked
Active
Viewed 388 times
1
-
what's in your error logs? – Oleg Kuralenko Feb 08 '18 at 18:32
-
After looking some error logs one of the more frequently warning about pagespeed is `...Resource based on [resource_original_link] but cannot access the original` – MarBer Feb 09 '18 at 07:24
-
does the problem reproduce with modpagespeed off? – Oleg Kuralenko Feb 13 '18 at 19:14
-
The problem is the cache used by pagespeed, if I turn off pagespeed I've no problem – MarBer Feb 19 '18 at 08:04