We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6f136 commit e34bd2cCopy full SHA for e34bd2c
ngx_cache_purge_module.c
@@ -171,6 +171,10 @@ typedef struct {
171
ngx_uint_t header_params;
172
# endif /* nginx_version >= 8040 */
173
174
+# if defined(nginx_version) && (nginx_version >= 1001004)
175
+ ngx_flag_t keep_conn;
176
+# endif /* nginx_version >= 1001004 */
177
+
178
ngx_http_complex_value_t cache_key;
179
180
# if (NGX_PCRE)
@@ -300,6 +304,10 @@ typedef struct {
300
304
301
305
ngx_flag_t redirect;
302
306
307
308
+ ngx_uint_t http_version;
309
310
303
311
ngx_uint_t headers_hash_max_size;
312
ngx_uint_t headers_hash_bucket_size;
313
} ngx_http_proxy_loc_conf_t;
0 commit comments