diff xml/ru/docs/http/ngx_http_upstream_module.xml @ 2632:52500ccb82c1

Updated docs for the upcoming NGINX Plus release.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 04 Dec 2020 13:34:05 +0000
parents fdfe54a01ea1
children 06805824d0f0
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_upstream_module.xml
+++ b/xml/ru/docs/http/ngx_http_upstream_module.xml
@@ -971,6 +971,7 @@ resolver_timeout 5s;
     [<literal>expires=</literal><value>время</value>]
     [<literal>domain=</literal><value>домен</value>]
     [<literal>httponly</literal>]
+    [<literal>samesite=</literal><literal>strict</literal>|<literal>lax</literal>|<literal>none</literal>]
     [<literal>secure</literal>]
     [<literal>path=</literal><value>путь</value>]</syntax>
 <syntax>
@@ -1058,6 +1059,16 @@ 31 декабря 2037 года 23:55:55 GMT.
 Добавляет атрибут <literal>HttpOnly</literal> к куке (1.7.11).
 </tag-desc>
 
+<tag-name id="sticky_samesite"><literal>samesite=</literal><literal>strict</literal> |
+<literal>lax</literal> | <literal>none</literal></tag-name>
+<tag-desc>
+Добавляет атрибут <literal>SameSite</literal> к куке
+с одним из следующих значений (1.19.4):
+<literal>Strict</literal>,
+<literal>Lax</literal> или
+<literal>None</literal>.
+</tag-desc>
+
 <tag-name><literal>secure</literal></tag-name>
 <tag-desc>
 Добавляет атрибут <literal>Secure</literal> к куке (1.7.11).