@@ -29,17 +29,16 @@ fastcgi_cache_purge
29
29
-------------------
30
30
* ** syntax** : ` fastcgi_cache_purge on|off|<method> [from all|<ip> [.. <ip>]] `
31
31
* ** default** : ` none `
32
- * ** context** : ` location `
32
+ * ** context** : ` http ` , ` server ` , ` location `
33
33
34
34
Allow purging of selected pages from ` FastCGI ` 's cache.
35
35
36
36
37
37
proxy_cache_purge
38
38
-----------------
39
- * ** syntax** : ` fastcgi_cache_purge on|off|<method> [from all|<ip> [.. <ip>]] `
40
- * ** syntax** : ` proxy_cache_purge zone_name key `
39
+ * ** syntax** : ` proxy_cache_purge on|off|<method> [from all|<ip> [.. <ip>]] `
41
40
* ** default** : ` none `
42
- * ** context** : ` location `
41
+ * ** context** : ` http ` , ` server ` , ` location `
43
42
44
43
Allow purging of selected pages from ` proxy ` 's cache.
45
44
@@ -48,7 +47,7 @@ scgi_cache_purge
48
47
----------------
49
48
* ** syntax** : ` scgi_cache_purge on|off|<method> [from all|<ip> [.. <ip>]] `
50
49
* ** default** : ` none `
51
- * ** context** : ` location `
50
+ * ** context** : ` http ` , ` server ` , ` location `
52
51
53
52
Allow purging of selected pages from ` SCGI ` 's cache.
54
53
@@ -57,7 +56,7 @@ uwsgi_cache_purge
57
56
-----------------
58
57
* ** syntax** : ` uwsgi_cache_purge on|off|<method> [from all|<ip> [.. <ip>]] `
59
58
* ** default** : ` none `
60
- * ** context** : ` location `
59
+ * ** context** : ` http ` , ` server ` , ` location `
61
60
62
61
Allow purging of selected pages from ` uWSGI ` 's cache.
63
62
0 commit comments