comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 2672:50b90da82bc2

Documented variables support in proxy_cookie_flags flags.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 09 Mar 2021 13:30:33 +0000
parents bd676d1da957
children 7041bddec07d
comparison
equal deleted inserted replaced
2671:05036eab2ad9 2672:50b90da82bc2
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="71"> 13 rev="72">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
892 <appeared-in>1.19.3</appeared-in> 892 <appeared-in>1.19.3</appeared-in>
893 893
894 <para> 894 <para>
895 Sets one or more flags for the cookie. 895 Sets one or more flags for the cookie.
896 The <value>cookie</value> can contain text, variables, and their combinations. 896 The <value>cookie</value> can contain text, variables, and their combinations.
897 The <value>flag</value>
898 can contain text, variables, and their combinations (1.19.8).
897 The 899 The
898 <literal>secure</literal>, 900 <literal>secure</literal>,
899 <literal>httponly</literal>, 901 <literal>httponly</literal>,
900 <literal>samesite=strict</literal>, 902 <literal>samesite=strict</literal>,
901 <literal>samesite=lax</literal>, 903 <literal>samesite=lax</literal>,