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 1
1
ABOUT:
2
2
------
3
3
ngx_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.
5
5
6
6
7
7
SPONSORS:
@@ -20,6 +20,10 @@ CONFIGURATION DIRECTIVES:
20
20
---------------------------------------------------
21
21
Sets area and key used for purging selected pages from proxy's cache.
22
22
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
+
23
27
uwsgi_cache_purge zone_name key (context: location)
24
28
---------------------------------------------------
25
29
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