File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11ABOUT:
22------
33ngx_cache_purge is nginx module which adds ability to purge content
4- from FastCGI, proxy and uWSGI caches.
4+ from FastCGI, proxy, SCGI and uWSGI caches.
55
66
77SPONSORS:
@@ -20,6 +20,10 @@ CONFIGURATION DIRECTIVES:
2020 ---------------------------------------------------
2121 Sets area and key used for purging selected pages from proxy's cache.
2222
23+ scgi_cache_purge zone_name key (context: location)
24+ --------------------------------------------------
25+ Sets area and key used for purging selected pages from SCGI's cache.
26+
2327 uwsgi_cache_purge zone_name key (context: location)
2428 ---------------------------------------------------
2529 Sets area and key used for purging selected pages from uWSGI's cache.
You can’t perform that action at this time.
0 commit comments