Skip to content

Commit a0801b9

Browse files
committed
Add forgot documentation about SCGI.
1 parent a00129a commit a0801b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ABOUT:
22
------
33
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.
55

66

77
SPONSORS:
@@ -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.

0 commit comments

Comments
 (0)