Skip to content

Commit

Permalink
Changed directive name
Browse files Browse the repository at this point in the history
  • Loading branch information
vkholodkov committed Nov 15, 2008
1 parent 59727a0 commit 9c3b5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx_http_upload_module.c
Expand Up @@ -319,7 +319,7 @@ static ngx_command_t ngx_http_upload_commands[] = { /* {{{ */
* Specifies the whether or not to guess content type * Specifies the whether or not to guess content type
* via file extension for specified content types * via file extension for specified content types
*/ */
{ ngx_string("upload_void_content_types"), { ngx_string("upload_void_content_type"),
NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_HTTP_LIF_CONF
|NGX_CONF_1MORE, |NGX_CONF_1MORE,
ngx_conf_set_str_array_slot, ngx_conf_set_str_array_slot,
Expand Down

0 comments on commit 9c3b5cb

Please sign in to comment.