Path: blob/main/xml/ru/docs/stream/ngx_stream_set_module.xml
1 views
<?xml version="1.0"?>12<!--3Copyright (C) Nginx, Inc.4-->56<!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">78<module name="Модуль ngx_stream_set_module"9link="/ru/docs/stream/ngx_stream_set_module.html"10lang="ru"11rev="1">1213<section id="summary">1415<para>16Модуль <literal>ngx_stream_set_module</literal> (1.19.3) позволяет17устанавливать значение переменной.18</para>1920</section>212223<section id="example" name="Пример конфигурации">2425<para>26<example>27server {28listen 12345;29set $true 1;30}31</example>32</para>3334</section>353637<section id="directives" name="Директивы">3839<directive name="set">40<syntax><value>$переменная</value> <value>значение</value></syntax>41<default/>42<context>server</context>4344<para>45Устанавливает значение указанной переменной.46В качестве значения можно использовать текст, переменные и их комбинации.47</para>4849</directive>5051</section>5253</module>545556