From ea8536b8219385eff9ecea62cbad6ad31e4db616 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 15 Apr 2009 09:53:22 +0000 Subject: support HEAD in proxy cache --- src/http/ngx_http_core_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http_core_module.c') diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index ca1fbead0..26f24b360 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -691,7 +691,7 @@ ngx_module_t ngx_http_core_module = { }; -static ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " }; +ngx_str_t ngx_http_core_get_method = { 3, (u_char *) "GET " }; void -- cgit