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.

说说我的看法
全部评论(
没有评论
关于
本网站专注于 Java、数据库(MySQL、Oracle)、Linux、软件架构及大数据等多领域技术知识分享。涵盖丰富的原创与精选技术文章,助力技术传播与交流。无论是技术新手渴望入门,还是资深开发者寻求进阶,这里都能为您提供深度见解与实用经验,让复杂编码变得轻松易懂,携手共赴技术提升新高度。如有侵权,请来信告知:hxstrive@outlook.com
公众号