Skip to content

Some fixes and minor improvements

Nick Khaetsky requested to merge github/fork/TarasMykytka/improvements into master

Created by: TarasMykytka

Major fix is: Cache - Fix cache location

  • Bug explanation: Plugin stores url cache like here: /category-slug/post-slug > /storage/page-cache/category-slug/post-slug/post-slug.html But Nginx/Apache loking for the cache here: /storage/page-cache/category-slug/post-slug.html

And minor improvements:

  • Cache - Setup ignoring trail slash during path parsing
  • Readme - Add nginx config with minor addition
  • Cache - Setup clearing cache for root url '/'
  • ClearCache - Add to command --recursive option from parent package

Merge request reports