array-var-nginx-module icon indicating copy to clipboard operation
array-var-nginx-module copied to clipboard

Add support for array-typed variables to nginx config files

Results 2 array-var-nginx-module issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, This module is awesome. How can i split array and assign array[0] to one variable(called A). split array[1] assign it to second variable(called B) and so on. May i...

Hello, if I have loaded some search providers within a arrayvar in the context of server {} ``` server { listen 127.0.1.5:80; server_name endpoint; set $hosts "http://bing.com;http://blah.com;http://www.yahoo.com"; array_split ';' $hosts...