Skip to content

Commit

Permalink
add ngx_cache_purge patch
Browse files Browse the repository at this point in the history
community.centminmod.com/threads/11598/
  • Loading branch information
centminmod committed May 4, 2017
1 parent 5164518 commit 9874b81
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions patches/ngx-cache-purge/ngx-cache-purge-1116.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- ngx_cache_purge_module.c 2014-12-23 18:40:21.000000000 +0000
+++ ngx_cache_purge_module.c.new 2017-05-04 00:11:09.337073629 +0000
@@ -492,7 +492,11 @@
ngx_str_t body_source;
# endif /* nginx_version < 1007008 */

+# if (nginx_version >= 1011006)
+ ngx_http_complex_value_t *method;
+# else
ngx_str_t method;
+# endif /* nginx_version >= 1011006 */
ngx_str_t location;
ngx_str_t url;

0 comments on commit 9874b81

Please sign in to comment.