mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
add SNI support in -V output
This commit is contained in:
parent
145dcc180a
commit
a1e36777f4
@ -238,6 +238,9 @@ main(int argc, char *const *argv)
|
||||
if (ngx_show_configure) {
|
||||
#ifdef NGX_COMPILER
|
||||
ngx_log_stderr(0, "built by " NGX_COMPILER);
|
||||
#endif
|
||||
#ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME
|
||||
ngx_log_stderr(0, "TLS SNI support enabled");
|
||||
#endif
|
||||
ngx_log_stderr(0, "configure arguments:" NGX_CONFIGURE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user