Re: nginx doesn't seem to register configuration changes

2014-04-01 Thread Maxim Dounin
Hello! On Tue, Apr 01, 2014 at 01:11:47PM +0200, Nicholas Wieland wrote: > On April 1, 2014 at 1:01:46 PM, Maxim Dounin (mdou...@mdounin.ru) wrote: > > > Any suggestion? > > > Take a look at global error log as defined in your nginx.conf, likely > > it has an explanation. > > > Not really, t

Re: nginx doesn't seem to register configuration changes

2014-04-01 Thread Nicholas Wieland
On April 1, 2014 at 1:01:46 PM, Maxim Dounin (mdou...@mdounin.ru) wrote: > Any suggestion? Take a look at global error log as defined in your nginx.conf, likely it has an explanation. Not really, the error I posted is actually the only error I get. My best guess is that for some reasons nginx

Re: nginx doesn't seem to register configuration changes

2014-04-01 Thread Maxim Dounin
Hello! On Tue, Apr 01, 2014 at 12:34:21PM +0200, Nicholas Wieland wrote: > Hi *, I’m using nginx as reverse proxy for some puma backends > via unix socket. > The problem I’m having right now is that even after several > reloads nginx doesn’t seem to use the changes I did to the > configuration

nginx doesn't seem to register configuration changes

2014-04-01 Thread Nicholas Wieland
Hi *, I’m using nginx as reverse proxy for some puma backends via unix socket. The problem I’m having right now is that even after several reloads nginx doesn’t seem to use the changes I did to the configuration. I honestly have no idea what to try as this is definitely very weird. The problem ap