Headers filter: style.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
Piotr Sikora
2017-05-31 13:51:35 -07:00
parent 95955b7c04
commit 7820e569af

View File

@@ -98,7 +98,7 @@ static ngx_command_t ngx_http_headers_filter_commands[] = {
ngx_http_headers_expires,
NGX_HTTP_LOC_CONF_OFFSET,
0,
NULL},
NULL },
{ ngx_string("add_header"),
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF
@@ -106,7 +106,7 @@ static ngx_command_t ngx_http_headers_filter_commands[] = {
ngx_http_headers_add,
NGX_HTTP_LOC_CONF_OFFSET,
0,
NULL},
NULL },
ngx_null_command
};