# HG changeset patch # User Yaroslav Zhuravlev # Date 1620157855 -3600 # Node ID fb41de2d765a3b00b7903f7289be68fb906b544e # Parent ff8eeb6ac8332a3c737b20c69d72d20c92efccb9 Added default_server to ssl_reject_handshake example. diff --git a/xml/en/docs/http/ngx_http_ssl_module.xml b/xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml +++ b/xml/en/docs/http/ngx_http_ssl_module.xml @@ -10,7 +10,7 @@ + rev="53">
@@ -631,7 +631,7 @@ For example, in the following configurat server names other than example.com are rejected: server { - listen 443 ssl; + listen 443 ssl default_server; ssl_reject_handshake on; } diff --git a/xml/ru/docs/http/ngx_http_ssl_module.xml b/xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml @@ -10,7 +10,7 @@ + rev="53">
@@ -636,7 +636,7 @@ http { именем сервера, отличным от example.com: server { - listen 443 ssl; + listen 443 ssl default_server; ssl_reject_handshake on; }