comparison xml/ru/docs/http/ngx_http_upstream_module.xml @ 1237:e0a1a929a458

Upstream: translated the sticky_cookie_insert directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 24 Jun 2014 16:44:56 +0400
parents 314801ed88e7
children 763db729e6a4
comparison
equal deleted inserted replaced
1236:def99e640654 1237:e0a1a929a458
613 </note> 613 </note>
614 </para> 614 </para>
615 615
616 </directive> 616 </directive>
617 617
618
619 <directive name="sticky_cookie_insert">
620 <syntax><value>имя</value>
621 [<literal>expires=</literal><value>время</value>]
622 [<literal>domain=</literal><value>домен</value>]
623 [<literal>path=</literal><value>путь</value>]</syntax>
624 <default/>
625 <context>upstream</context>
626
627 <para>
628 Эта директива устарела начиная с версии 1.5.7.
629 Вместо неё следует использовать аналогичную директиву
630 <link id="sticky"/> с изменённым синтаксисом:
631 <note>
632 <literal>sticky cookie</literal> <value>имя</value>
633 [<literal>expires=</literal><value>время</value>]
634 [<literal>domain=</literal><value>домен</value>]
635 [<literal>path=</literal><value>путь</value>];
636 </note>
637 </para>
638
639 </directive>
640
618 </section> 641 </section>
619 642
620 643
621 <section id="variables" name="Встроенные переменные"> 644 <section id="variables" name="Встроенные переменные">
622 645