diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 523dd166e..d1270df33 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -9,6 +9,51 @@
nginx changelog
+
+
+
+
+теперь, если суммарный размер всех диапазонов больше размера исходного ответа,
+то nginx возвращает только исходный ответ, не обрабатывая диапазоны.
+
+
+now if total size of all ranges is greater than source response size,
+then nginx disables ranges and returns just the source response.
+
+
+
+
+
+директива max_ranges.
+
+
+the "max_ranges" directive.
+
+
+
+
+
+директивы ssl_verify_client, ssl_verify_depth и ssl_prefer_server_cipher
+могли работать некорректно, если использовался SNI.
+
+
+the "ssl_verify_client", "ssl_verify_depth", and "ssl_prefer_server_ciphers"
+directives might work incorrectly if SNI was used.
+
+
+
+
+
+в директивах proxy/fastcgi/scgi/ uwsgi_ignore_client_abort.
+
+
+in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort" directives.
+
+
+
+
+
+