このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Nginx Proxy Cache Purge

説明

Purges the nginx proxy cache when you publish or update a post or page. The cache will be purged for the:

  • Page or post you published or updated
  • Front page of your site
  • Posts page of your site (if enabled)
  • Feed of your site
  • Comments feed of your site

インストール

Upload the Nginx Proxy Cache Purge plugin to your site, Activate it, and Enjoy!

FAQ

Installation Instructions

Upload the Nginx Proxy Cache Purge plugin to your site, Activate it, and Enjoy!

What are the server requirements?

Nginx reverse proxy cache running with the ngx_cache_purge module installed. I have published instructions at: WordPress Nginx proxy cache

How does this plugin work?

After your publish or update a page or post this plugin creates a list or url’s to purge. For instance if the page is http://www.example.com/about/, the plugin creates a url of http://www.example.com/purge/about/. After creating all the urls to purge, the plugin opens each of the urls. It is critical that you have nginx configured with a location of /purge/. You can manually purge a page by opening the purge url directly.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Nginx Proxy Cache Purge はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Nginx Proxy Cache Purge” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.9.7

  • Changed URL for instructions.

0.9.3

  • Added html comment to show when page was created. Useful in determining if page was delivered from cache and validating that cache was purged.

0.9.2

  • No need to clear the posts page if it’s not enabled.

0.9.1

  • Removed curl dependancy.

0.9

  • Initial Beta Release.