rtCamp / nginx-helper

Nginx Helper for WordPress caching, permalinks & efficient file handling in multisite
https://wordpress.org/plugins/nginx-helper/
229 stars 121 forks source link

hello #266

Open aq82997289 opened 2 years ago

aq82997289 commented 2 years ago

Why is it that when cleaning the cache of tag, the page of tag is not cleaned, only the first page of tag is cleaned, and the contents of subsequent pages are still old.

demo: ceshi.com/tag/123 -> cleaned ceshi.com/tag/123/2 ->old ceshi.com/tag/123/3 ->old ceshi.com/tag/123/4 ->old ceshi.com/tag/123/5 ->old

log: 2022-03-12 16:07:19 | INFO | Purging tag 16 2022-03-12 16:07:19 | INFO | - Purging URL | https://ceshi..com/tag/%e6%92%b0%e5%86%99%e6%96%b0%e6%96%87%e7%ab%a0 2022-03-12 16:07:19 | INFO | - - https://ceshi..com/tag/%e6%92%b0%e5%86%99%e6%96%b0%e6%96%87%e7%ab%a0 PURGED 2022-03-12 16:07:19 | INFO | - - https://ceshi..com/tag/%e6%92%b0%e5%86%99%e6%96%b0%e6%96%87%e7%ab%a0/feed/ is currently not cached ( checked for file: /tmp/wpcache/0/cf/6c51bbf724bd5d86f6ada59b0b546cf0 ) 2022-03-12 16:07:19 | INFO | - - https://ceshi..com/tag/%e6%92%b0%e5%86%99%e6%96%b0%e6%96%87%e7%ab%a0/feed/atom/ is currently not cached ( checked for file: /tmp/wpcache/d/31/bd012498f2b1445094d61b826d4b431d ) 2022-03-12 16:07:19 | INFO | - - https://ceshi..com/tag/%e6%92%b0%e5%86%99%e6%96%b0%e6%96%87%e7%ab%a0/feed/rdf/ is currently not cached ( checked for file: /tmp/wpcache/8/9d/2e703cf7c59a4a79c666a563723579d8 ) 2022-03-12 16:07:19 | INFO | Purging author archive

aq82997289 commented 2 years ago

For unknown reasons, my website will appear in https://ceshi..com/tag/%e6%92%b0%e5%86%99%e6%96%b0%e6%96%87%e7%ab%a0 and https://ceshi..com/tag/%E6%92%B0%E5%86%99%E6%96%B0%E6%96%87%E7%AB%A0 formats.

How to modify the plug-in can make it clean up the URL cache of two formats at the same time.