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
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'?