Re: Multiple reverse proxies that read from /static/ ?

2014-05-09 Thread Matt Gray
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

Re: $arg_name as an array

2014-05-09 Thread Matt Gray
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

Re: $arg_name as an array

2014-05-09 Thread Matt Gray
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