Strange proxy_pass problem

2013-10-18 Thread Rainer Duffner
Hi, I recently upgraded a server from nginx 1.2.8 to 1.4.3 (on FreeBSD amd64). nginx is a reverse-proxy to apache, intended to serve static files directly and pass all php requests zu apache - with one exception: the default vhost on both nginx and apache. It looks like this (on apache):

Re: Strange proxy_pass problem

2013-10-18 Thread Francis Daly
On Fri, Oct 18, 2013 at 05:34:22PM +0200, Rainer Duffner wrote: Hi there, server { listen 80 default_server; server { listen our.ip; If your nginx.conf has only those two server{} blocks with only those two listen directives, then I would expect that every request that