Skip to content

Commit ab3df50

Browse files
committed
Update README.
Change-Id: If9004d1b4407dfc6a2be7e9a2071158afac31840 Signed-off-by: Piotr Sikora <[email protected]>
1 parent f1a00a3 commit ab3df50

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3434
Allow purging of selected pages from `FastCGI`'s cache.
3535

3636

3737
proxy_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

4443
Allow 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

5352
Allow 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

6261
Allow purging of selected pages from `uWSGI`'s cache.
6362

0 commit comments

Comments
 (0)