Re: Nginx Location Block

2015-05-26 Thread Julian De Marchi
On 27/05/15 10:15, Francis Daly wrote: > Does the backend configuration include anything that would log to a > different access log, or not log at all? Apparently so... When I access via the frontend my error log for the backend looks like below. Which is quite normal. [haweb-05.vpn] 10:31:58 [er

Re: Nginx Location Block

2015-05-26 Thread Francis Daly
On Wed, May 27, 2015 at 09:58:42AM +1000, Julian De Marchi wrote: > On 27/05/15 09:45, Francis Daly wrote: > > On Mon, May 25, 2015 at 03:44:26PM +1000, Julian De Marchi wrote: Hi there, > >> My issue is when I try to access URIs like /cms/index.php?blah, the > >> frontend Nginx gives 404. Access

Re: Nginx Location Block

2015-05-26 Thread Julian De Marchi
On 27/05/15 09:45, Francis Daly wrote: > On Mon, May 25, 2015 at 03:44:26PM +1000, Julian De Marchi wrote: > > Hi there, > >> Briefly, my setup is using an Nginx frontend server to do SSL offloading >> then pass requests to my backend Nginx servers which then process the >> request via fastCGI. >

Re: Nginx Location Block

2015-05-26 Thread Francis Daly
On Mon, May 25, 2015 at 03:44:26PM +1000, Julian De Marchi wrote: Hi there, > Briefly, my setup is using an Nginx frontend server to do SSL offloading > then pass requests to my backend Nginx servers which then process the > request via fastCGI. > > My issue is when I try to access URIs like /cm

Re: Nginx Location Block

2015-05-25 Thread Julian De Marchi
On 25/05/15 17:04, Aleksandar Lazic wrote: > Hi Julian. Heya Aleksandar, Thanks for your kind reply. > Am 25-05-2015 07:44, schrieb Julian De Marchi: >> heya- >> >> I'm having some interesting dramas with Nginx location block. I put it >> down to a misconfigur

Re: Nginx Location Block

2015-05-25 Thread Aleksandar Lazic
Hi Julian. Am 25-05-2015 07:44, schrieb Julian De Marchi: heya- I'm having some interesting dramas with Nginx location block. I put it down to a misconfiguration in my conf files, but I can't locate what it possible could be. Briefly, my setup is using an Nginx frontend server

Nginx Location Block

2015-05-24 Thread Julian De Marchi
heya- I'm having some interesting dramas with Nginx location block. I put it down to a misconfiguration in my conf files, but I can't locate what it possible could be. Briefly, my setup is using an Nginx frontend server to do SSL offloading then pass requests to my backend Nginx ser