diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2011-12-14 14:31:55 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2011-12-14 14:31:55 +0000 |
| commit | aa96ac67fc96899551e555cdb616137525bbbb2e (patch) | |
| tree | 8ff364e620ff2b30437035c100b171f751b73089 /src/http/modules/ngx_http_ssl_module.c | |
| parent | b527aea8d1aed60fea5ed3db0b28f8cf4df37841 (diff) | |
| download | nginx-aa96ac67fc96899551e555cdb616137525bbbb2e.tar.gz nginx-aa96ac67fc96899551e555cdb616137525bbbb2e.tar.bz2 | |
Merge of r4270, r4274:
Minor cleanup:
*) Changed error message to be more appropriate in the imaginary
"open_file_cache max=0" case.
*) Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.
Diffstat (limited to 'src/http/modules/ngx_http_ssl_module.c')
| -rw-r--r-- | src/http/modules/ngx_http_ssl_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_ssl_module.c b/src/http/modules/ngx_http_ssl_module.c index f1f6a4ae4..0ac744ca1 100644 --- a/src/http/modules/ngx_http_ssl_module.c +++ b/src/http/modules/ngx_http_ssl_module.c @@ -101,7 +101,7 @@ static ngx_command_t ngx_http_ssl_commands[] = { NULL }, { ngx_string("ssl_verify_client"), - NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_CONF_FLAG, + NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_CONF_TAKE1, ngx_conf_set_enum_slot, NGX_HTTP_SRV_CONF_OFFSET, offsetof(ngx_http_ssl_srv_conf_t, verify), |
