ngx_stream_set_module 模块

The ngx_stream_set_module module (1.19.3) allows setting a value for a variable.

Example Configuration

server {
   listen 12345;
   set    $true 1;
}

Directives

Syntax:

set $variable value;
   

Default:

—    

Context:

server
   

Sets a value for the specified variable. The value can contain text, variables, and their combination.

说说我的看法
全部评论(
没有评论
关于
本网站属于个人的非赢利性网站,转载的文章遵循原作者的版权声明,如果原文没有版权声明,请来信告知:hxstrive@outlook.com
公众号