Fixed compilation warnings on Windows after c93a0c48af.

This commit is contained in:
Roman Arutyunyan 2025-10-27 21:16:49 +04:00 committed by Roman Arutyunyan
parent ce30a1cb0d
commit f04e2b7f6e
1 changed files with 2 additions and 2 deletions

View File

@ -688,8 +688,8 @@ ngx_http_headers_create_conf(ngx_conf_t *cf)
*/
conf->expires = NGX_HTTP_EXPIRES_UNSET;
conf->headers_inherit = NGX_CONF_UNSET;
conf->trailers_inherit = NGX_CONF_UNSET;
conf->headers_inherit = NGX_CONF_UNSET_UINT;
conf->trailers_inherit = NGX_CONF_UNSET_UINT;
return conf;
}