Set#The module allows setting a value for a variableConfiguration Example#server { listen 12345; set $true 1; } Directives#set#Syntaxset $variable value;Default—ContextserverSets a value for the specified variable. The value can contain text, variables, and their combination.