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 73a8a93 commit e7a70a5Copy full SHA for e7a70a5
ngx_cache_purge_module.c
@@ -291,10 +291,10 @@ typedef struct {
291
ngx_array_t *proxy_values;
292
293
ngx_array_t *redirects;
294
-# if defined(nginx_version) && (nginx_version >= 1003001)
+# if defined(nginx_version) && (nginx_version >= 1001015)
295
ngx_array_t *cookie_domains;
296
ngx_array_t *cookie_paths;
297
-# endif /* nginx_version >= 1003001 */
+# endif /* nginx_version >= 1001015 */
298
299
ngx_str_t body_source;
300
0 commit comments