ngx_cache_purge是nginx模块,此模块可以清理nginx的FastCGI、proxy、SCGI和uWSGI的缓存。
配置指令(相同位置语法)
fastcgi_cache_purge
syntax: fastcgi_cache_purgeon|off|<method>[fromall|<ip>[..<ip>]]
default: none
context: http, server, location
允许从FastCGI的缓存中清除所选页面。
proxy_cache_purge
syntax: proxy_cache_purgeon|off|<method>[fromall|<ip>[..<ip>]]
default: none
context: http, server, location
允许从代理缓存中清除所选页面。
示例:nginx扩展模型ngx_cache_purge缓存清理插件
评论