From 9c3b5cb6299457dd6ccc7382274f8404c111bc29 Mon Sep 17 00:00:00 2001 From: Valery Kholodkov Date: Sat, 15 Nov 2008 21:58:47 +0000 Subject: [PATCH] Changed directive name --- ngx_http_upload_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngx_http_upload_module.c b/ngx_http_upload_module.c index 4896bea..77c0ac3 100644 --- a/ngx_http_upload_module.c +++ b/ngx_http_upload_module.c @@ -319,7 +319,7 @@ static ngx_command_t ngx_http_upload_commands[] = { /* {{{ */ * Specifies the whether or not to guess content type * 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_CONF_1MORE, ngx_conf_set_str_array_slot,