mirror of
https://github.com/nginx/nginx.git
synced 2024-11-28 08:09:00 +08:00
update the previous commit
This commit is contained in:
parent
7d9e3345cd
commit
bc94bdaf8f
@ -2953,8 +2953,8 @@ ngx_http_core_create_loc_conf(ngx_conf_t *cf)
|
||||
lcf->client_body_timeout = NGX_CONF_UNSET_MSEC;
|
||||
lcf->satisfy = NGX_CONF_UNSET_UINT;
|
||||
lcf->if_modified_since = NGX_CONF_UNSET_UINT;
|
||||
lcf->client_body_in_file_only = NGX_CONF_UNSET_UINT;
|
||||
lcf->internal = NGX_CONF_UNSET;
|
||||
lcf->client_body_in_file_only = NGX_CONF_UNSET;
|
||||
lcf->sendfile = NGX_CONF_UNSET;
|
||||
lcf->sendfile_max_chunk = NGX_CONF_UNSET_SIZE;
|
||||
lcf->directio = NGX_CONF_UNSET;
|
||||
|
Loading…
Reference in New Issue
Block a user