diff xml/en/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/en/docs/http/ngx_http_upstream_module.xml	Fri Dec 04 12:26:13 2020 +0000
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml	Fri Dec 04 13:34:05 2020 +0000
@@ -961,6 +961,7 @@
     [<literal>expires=</literal><value>time</value>]
     [<literal>domain=</literal><value>domain</value>]
     [<literal>httponly</literal>]
+    [<literal>samesite=</literal><literal>strict</literal>|<literal>lax</literal>|<literal>none</literal>]
     [<literal>secure</literal>]
     [<literal>path=</literal><value>path</value>]</syntax>
 <syntax>
@@ -1050,10 +1051,19 @@
 Adds the <literal>HttpOnly</literal> attribute to the cookie (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>
+Adds the <literal>SameSite</literal> attribute to the cookie
+with one of the following values (1.19.4):
+<literal>Strict</literal>,
+<literal>Lax</literal>, or
+<literal>None</literal>.
+</tag-desc>
+
 <tag-name><literal>secure</literal></tag-name>
 <tag-desc>
 Adds the <literal>Secure</literal> attribute to the cookie (1.7.11).
-
 </tag-desc>
 
 <tag-name><literal>path=</literal><value>path</value></tag-name>