mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
fix building by msvc introduced by r1807
This commit is contained in:
parent
c24de1e853
commit
6d7f8658ed
@ -2692,7 +2692,7 @@ ngx_http_core_create_loc_conf(ngx_conf_t *cf)
|
||||
lcf->client_max_body_size = NGX_CONF_UNSET;
|
||||
lcf->client_body_buffer_size = NGX_CONF_UNSET_SIZE;
|
||||
lcf->client_body_timeout = NGX_CONF_UNSET_MSEC;
|
||||
lcf->satisfy = NGX_CONF_UNSET;
|
||||
lcf->satisfy = NGX_CONF_UNSET_UINT;
|
||||
lcf->internal = NGX_CONF_UNSET;
|
||||
lcf->client_body_in_file_only = NGX_CONF_UNSET;
|
||||
lcf->sendfile = NGX_CONF_UNSET;
|
||||
|
Loading…
Reference in New Issue
Block a user