diff xml/ru/docs/http/ngx_http_ssl_module.xml @ 2718:fb41de2d765a

Added default_server to ssl_reject_handshake example.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 04 May 2021 20:50:55 +0100
parents 78161967514f
children ff357b676c2e
line wrap: on
line diff
--- 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 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="52">
+        rev="53">
 
 <section id="summary">
 
@@ -636,7 +636,7 @@
 именем сервера, отличным от <literal>example.com</literal>:
 <example>
 server {
-    listen               443 ssl;
+    listen               443 ssl default_server;
     ssl_reject_handshake on;
 }