This commit is contained in:
Ruslan Ermilov 2016-03-16 14:44:41 +03:00
parent 07a7b57762
commit 07fc7dc719

View File

@ -416,10 +416,10 @@ static ngx_http_upstream_next_t ngx_http_upstream_next_errors[] = {
ngx_conf_bitmask_t ngx_http_upstream_cache_method_mask[] = {
{ ngx_string("GET"), NGX_HTTP_GET},
{ ngx_string("HEAD"), NGX_HTTP_HEAD },
{ ngx_string("POST"), NGX_HTTP_POST },
{ ngx_null_string, 0 }
{ ngx_string("GET"), NGX_HTTP_GET },
{ ngx_string("HEAD"), NGX_HTTP_HEAD },
{ ngx_string("POST"), NGX_HTTP_POST },
{ ngx_null_string, 0 }
};