fix r3211
This commit is contained in:
parent
5a3b8ba4bb
commit
084aa41f44
1 changed files with 4 additions and 0 deletions
|
@ -239,8 +239,12 @@ main(int argc, char *const *argv)
|
|||
#ifdef NGX_COMPILER
|
||||
ngx_log_stderr(0, "built by " NGX_COMPILER);
|
||||
#endif
|
||||
#if (NGX_SSL)
|
||||
#ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME
|
||||
ngx_log_stderr(0, "TLS SNI support enabled");
|
||||
#else
|
||||
ngx_log_stderr(0, "TLS SNI support disabled");
|
||||
#endif
|
||||
#endif
|
||||
ngx_log_stderr(0, "configure arguments:" NGX_CONFIGURE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue