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 9077804 commit d2f6d1dCopy full SHA for d2f6d1d
ngx_cache_purge_module.c
@@ -518,7 +518,11 @@ typedef struct {
518
ngx_str_t body_source;
519
# endif /* nginx_version < 1007008 */
520
521
+# if (nginx_version >= 1011006)
522
+ ngx_http_complex_value_t *method;
523
+# else
524
ngx_str_t method;
525
+# endif /* nginx_version >= 1011006 */
526
ngx_str_t location;
527
ngx_str_t url;
528
0 commit comments