=encoding utf-8 =head1 NAME ngx_stream_set_module - Module ngx_stream_set_module =head1 The C module (1.19.3) allows setting a value for a variable. =head1 Example Configuration server { listen 12345; set $true 1; } =head1 Directives =head2 set B set I> I>> B I Sets a I> for the specified I>. The I> can contain text, variables, and their combination.