Re: configuration of 1000's entries

2013-09-27 Thread Francis Daly
On Fri, Sep 27, 2013 at 04:22:25AM -0700, Shaun Savage wrote: Hi there, None of what follows is tested by me. So double-check before committing to anything :-) > I have many "virtual" paths on one nginx server. What I mean by this is > there can be many top level paths, where each one has a co

configuration of 1000's entries

2013-09-27 Thread Shaun Savage
I have many "virtual" paths on one nginx server. What I mean by this is there can be many top level paths, where each one has a cookie, static files, and a upstream server. The way I am doing it now is just duplicate every path. Is there a way to do this 'faster' 'less writing' 'better'?