mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Style.
This commit is contained in:
parent
07a7b57762
commit
07fc7dc719
@ -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_conf_bitmask_t ngx_http_upstream_cache_method_mask[] = {
|
||||||
{ ngx_string("GET"), NGX_HTTP_GET},
|
{ ngx_string("GET"), NGX_HTTP_GET },
|
||||||
{ ngx_string("HEAD"), NGX_HTTP_HEAD },
|
{ ngx_string("HEAD"), NGX_HTTP_HEAD },
|
||||||
{ ngx_string("POST"), NGX_HTTP_POST },
|
{ ngx_string("POST"), NGX_HTTP_POST },
|
||||||
{ ngx_null_string, 0 }
|
{ ngx_null_string, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user