]> git.kaiwu.me - nginx.git/commit
Stream: virtual servers.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 14 Dec 2023 17:58:39 +0000 (21:58 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 14 Dec 2023 17:58:39 +0000 (21:58 +0400)
commitd21675228a0ba8d4331e05c60660228a5d3326de
tree5218a1fcffa6998931d6d55e24255208635ddc7f
parent72e5d6ac19a93c9fb64678dd33ea185757a6021a
Stream: virtual servers.

Server name is taken either from ngx_stream_ssl_module or
ngx_stream_ssl_preread_module.

The change adds "default_server" parameter to the "listen" directive,
as well as the following directives: "server_names_hash_max_size",
"server_names_hash_bucket_size", "server_name" and "ssl_reject_handshake".
src/stream/ngx_stream.c
src/stream/ngx_stream.h
src/stream/ngx_stream_core_module.c
src/stream/ngx_stream_handler.c
src/stream/ngx_stream_ssl_module.c
src/stream/ngx_stream_ssl_module.h
src/stream/ngx_stream_ssl_preread_module.c