@@ -29,17 +29,16 @@ fastcgi_cache_purge
2929-------------------
3030* ** syntax** : ` fastcgi_cache_purge on|off|<method> [from all|<ip> [.. <ip>]] `
3131* ** default** : ` none `
32- * ** context** : ` location `
32+ * ** context** : ` http ` , ` server ` , ` location `
3333
3434Allow purging of selected pages from ` FastCGI ` 's cache.
3535
3636
3737proxy_cache_purge
3838-----------------
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>]] `
4140* ** default** : ` none `
42- * ** context** : ` location `
41+ * ** context** : ` http ` , ` server ` , ` location `
4342
4443Allow purging of selected pages from ` proxy ` 's cache.
4544
@@ -48,7 +47,7 @@ scgi_cache_purge
4847----------------
4948* ** syntax** : ` scgi_cache_purge on|off|<method> [from all|<ip> [.. <ip>]] `
5049* ** default** : ` none `
51- * ** context** : ` location `
50+ * ** context** : ` http ` , ` server ` , ` location `
5251
5352Allow purging of selected pages from ` SCGI ` 's cache.
5453
@@ -57,7 +56,7 @@ uwsgi_cache_purge
5756-----------------
5857* ** syntax** : ` uwsgi_cache_purge on|off|<method> [from all|<ip> [.. <ip>]] `
5958* ** default** : ` none `
60- * ** context** : ` location `
59+ * ** context** : ` http ` , ` server ` , ` location `
6160
6261Allow purging of selected pages from ` uWSGI ` 's cache.
6362
0 commit comments