{"id":32922,"date":"2014-11-20T03:20:23","date_gmt":"2014-11-20T03:20:23","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/nginx-cache\/"},"modified":"2024-11-26T20:26:14","modified_gmt":"2024-11-26T20:26:14","slug":"nginx-cache","status":"publish","type":"plugin","link":"https:\/\/eo.wordpress.org\/plugins\/nginx-cache\/","author":5787231,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.7","stable_tag":"1.0.7","tested":"6.7.5","requires":"3.1","requires_php":"","requires_plugins":null,"header_name":"Nginx Cache","header_author":"Till Kr\u00fcss","header_description":"","assets_banners_color":"284728","last_updated":"2024-11-26 20:26:14","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/github.com\/sponsors\/tillkruss","header_plugin_uri":"http:\/\/wordpress.org\/plugins\/nginx-cache\/","header_author_uri":"http:\/\/till.im\/","rating":4.6,"author_block_rating":0,"active_installs":10000,"downloads":309663,"num_ratings":23,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0":{"tag":"1.0","author":"tillkruess","date":"2016-03-24 15:50:08"},"1.0.1":{"tag":"1.0.1","author":"tillkruess","date":"2016-07-28 17:12:21"},"1.0.2":{"tag":"1.0.2","author":"tillkruess","date":"2017-11-09 19:08:34"},"1.0.3":{"tag":"1.0.3","author":"tillkruess","date":"2017-11-20 16:38:20"},"1.0.4":{"tag":"1.0.4","author":"tillkruess","date":"2020-11-21 20:57:46"},"1.0.5":{"tag":"1.0.5","author":"tillkruess","date":"2020-11-21 22:55:30"},"1.0.6":{"tag":"1.0.6","author":"tillkruess","date":"2024-08-22 16:18:27"},"1.0.7":{"tag":"1.0.7","author":"tillkruess","date":"2024-11-26 20:26:14"}},"upgrade_notice":[],"ratings":{"1":2,"2":0,"3":0,"4":2,"5":19},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":1029092,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":1029092,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":1029092,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":1029092,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":1057727,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"Plugin settings page."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[146,45947,3851,2437,7914],"plugin_category":[52,54],"plugin_contributors":[78186],"plugin_business_model":[],"class_list":["post-32922","plugin","type-plugin","status-publish","hentry","plugin_tags-cache","plugin_tags-fastcgi","plugin_tags-flush","plugin_tags-nginx","plugin_tags-purge","plugin_category-performance","plugin_category-security-and-spam-protection","plugin_contributors-tillkruess","plugin_committers-tillkruess","plugin_support_reps-julieadrienne"],"banners":{"banner":"https:\/\/ps.w.org\/nginx-cache\/assets\/banner-772x250.jpg?rev=1029092","banner_2x":"https:\/\/ps.w.org\/nginx-cache\/assets\/banner-1544x500.jpg?rev=1029092","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/nginx-cache\/assets\/icon-128x128.jpg?rev=1029092","icon_2x":"https:\/\/ps.w.org\/nginx-cache\/assets\/icon-256x256.jpg?rev=1029092","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/nginx-cache\/assets\/screenshot-1.png?rev=1057727","caption":"Plugin settings page."}],"raw_content":"<!--section=description-->\n<p>Purge the <a href=\"http:\/\/nginx.org\">Nginx<\/a> cache (FastCGI, Proxy, uWSGI) automatically when content changes or manually within WordPress.<\/p>\n\n<p>Requirements:<\/p>\n\n<ul>\n<li>The <a href=\"http:\/\/codex.wordpress.org\/Filesystem_API\">Filesystem API<\/a> needs to function without asking for credentials.<\/li>\n<li>Nginx and PHP need to run under the same user, or PHP's user needs write access to Nginx's cache path.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>For detailed installation instructions, please read the <a href=\"http:\/\/codex.wordpress.org\/Managing_Plugins#Installing_Plugins\">standard installation procedure for WordPress plugins<\/a>.<\/p>\n\n<ol>\n<li>Install and activate plugin.<\/li>\n<li>Enter \"Cache Zone Path\" under <em>Tools -&gt; Nginx<\/em>.<\/li>\n<li>Done.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>Support newer versions of Nginx in <code>validate_dirlist()<\/code><\/li>\n<\/ul>\n\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Fixed rare issue in <code>validate_dirlist()<\/code><\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Added <code>nginx_cache_zone_purged<\/code> action<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Improved translatable strings<\/li>\n<li>Fixed auto-purge bug<\/li>\n<li>Fixed bug when validating directory<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Create cache directory if it doesn't exists<\/li>\n<li>Re-create cache directory after cache purge<\/li>\n<li>Allow post types to be excluded from triggering a cache purge<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Fixed 4.6 issue with file-system credentials<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Improved testing of file-system credentials<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Purge the Nginx cache (FastCGI, Proxy, uWSGI) automatically when content changes or manually within WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/32922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=32922"}],"author":[{"embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/tillkruess"}],"wp:attachment":[{"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=32922"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=32922"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=32922"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=32922"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=32922"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/eo.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=32922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}