Index: src/http/ngx_http.c =================================================================== --- src/http/ngx_http.c (revision 3087) +++ src/http/ngx_http.c (working copy) @@ -1274,7 +1274,7 @@ default_server = addr[i].opt.default_server; #if (NGX_HTTP_SSL) - ssl = lsopt->ssl || addr[i].opt.set; + ssl = lsopt->ssl || addr[i].opt.ssl; #endif if (lsopt->set) {