mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08:00
fix r3211
This commit is contained in:
parent
baf8e409ba
commit
8ffea50797
@ -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 New Issue
Block a user