mirror of
https://github.com/nginx/nginx.git
synced 2026-06-27 04:12:05 +00:00
add SNI support in -V output
This commit is contained in:
parent
145dcc180a
commit
a1e36777f4
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue