# HG changeset patch # User Yaroslav Zhuravlev # Date 1620157855 -3600 # Node ID fb41de2d765a3b00b7903f7289be68fb906b544e # Parent ff8eeb6ac8332a3c737b20c69d72d20c92efccb9 Added default_server to ssl_reject_handshake example. diff -r ff8eeb6ac833 -r fb41de2d765a xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml Tue May 04 20:47:31 2021 +0100 +++ b/xml/en/docs/http/ngx_http_ssl_module.xml Tue May 04 20:50:55 2021 +0100 @@ -10,7 +10,7 @@ + rev="53">
@@ -631,7 +631,7 @@ server names other than example.com are rejected: server { - listen 443 ssl; + listen 443 ssl default_server; ssl_reject_handshake on; } diff -r ff8eeb6ac833 -r fb41de2d765a xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml Tue May 04 20:47:31 2021 +0100 +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml Tue May 04 20:50:55 2021 +0100 @@ -10,7 +10,7 @@ + rev="53">
@@ -636,7 +636,7 @@ именем сервера, отличным от example.com: server { - listen 443 ssl; + listen 443 ssl default_server; ssl_reject_handshake on; }