comparison src/http/ngx_http_core_module.c @ 598:be70f83b184f NGINX_0_8_51

nginx 0.8.51 *) Change: the "secure_link_expires" directive has been canceled. *) Change: a logging level of resolver errors has been lowered from "alert" to "error". *) Feature: now a listen socket "ssl" parameter may be set several times.
author Igor Sysoev <http://sysoev.ru>
date Mon, 27 Sep 2010 00:00:00 +0400
parents 6c96fdd2dfc3
children c5122335e41d
comparison
equal deleted inserted replaced
597:1695031dbfed 598:be70f83b184f
3567 #endif 3567 #endif
3568 } 3568 }
3569 3569
3570 if (ngx_strcmp(value[n].data, "ssl") == 0) { 3570 if (ngx_strcmp(value[n].data, "ssl") == 0) {
3571 #if (NGX_HTTP_SSL) 3571 #if (NGX_HTTP_SSL)
3572 lsopt.set = 1;
3573 lsopt.ssl = 1; 3572 lsopt.ssl = 1;
3574 continue; 3573 continue;
3575 #else 3574 #else
3576 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 3575 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
3577 "the \"ssl\" parameter requires " 3576 "the \"ssl\" parameter requires "