diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2016-09-29 18:06:01 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-09-29 18:06:01 +0300 |
| commit | 27c8065e7b713dfa44ca52616c55987a41e25788 (patch) | |
| tree | 074e667e2403b289c35153d412d5bc7fcabac253 /src/http/ngx_http_upstream.h | |
| parent | f3ece607233776ed164f1004d682787d16a5c699 (diff) | |
| download | nginx-27c8065e7b713dfa44ca52616c55987a41e25788.tar.gz nginx-27c8065e7b713dfa44ca52616c55987a41e25788.tar.bz2 | |
Modules compatibility: cache purge fields.
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 315f85661..e079eaed3 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -205,6 +205,7 @@ typedef struct { ngx_array_t *cache_valid; ngx_array_t *cache_bypass; + ngx_array_t *cache_purge; ngx_array_t *no_cache; #endif |
