diff options
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r-- | src/core/nginx.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c index 29eee6a99..226208773 100644 --- a/src/core/nginx.c +++ b/src/core/nginx.c @@ -239,6 +239,9 @@ main(int argc, char *const *argv) #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); } |