appropriate
> alias, but I don't know how to get both working at the same time.
>
> Thanks in advance.
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,249943,249943#msg-249943
>
> ___
> nginx mailing list
> ngin
Note that this is not "treating $arg_name as an array", it's simply
allowing you to use the [] characters in a variable name - usually only
a-z0-9_ is allowed
On 9 May 2014 11:02, Matt Gray wrote:
> On 9 May 2014 10:16, beatnut wrote:
>
>>
>> Does it poss
On 9 May 2014 10:16, beatnut wrote:
>
> Does it possible to use $arg_name as an array?
> For example
> I've query string : ?opt[test]=1
>
> I'd like to get value od opt[test] but $arg_opt[test] doesn't work.
>
> Is there special syntax for that case?
>
This thread might be of interest: http://fo