Skip to content

Commit 9c3b5cb

Browse files
committed
Changed directive name
1 parent 59727a0 commit 9c3b5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ngx_http_upload_module.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ static ngx_command_t ngx_http_upload_commands[] = { /* {{{ */
319319
* Specifies the whether or not to guess content type
320320
* via file extension for specified content types
321321
*/
322-
{ ngx_string("upload_void_content_types"),
322+
{ ngx_string("upload_void_content_type"),
323323
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF
324324
|NGX_CONF_1MORE,
325325
ngx_conf_set_str_array_slot,

0 commit comments

Comments
 (0)