nx.org [mailto:nginx-boun...@nginx.org] On Behalf Of
Maxim Dounin
Sent: Wednesday, February 26, 2014 1:12 AM
To: nginx@nginx.org
Subject: Re: Odd issue with proxy_pass serving wrong cached data
Hello!
On Wed, Feb 26, 2014 at 02:32:25AM +, Brian Hill wrote:
> So now it doesn't look like
So now it doesn't look like it's a caching issue at all. I've completely gutted
my config files and stripped it down, and I'm still seeing the same issue. I
even shot a video of what I'm seeing and stuck it on YouTube as an example
(http://youtu.be/lPR1453YBUw). As the video shows, the connectio
I'm having an odd issue, and I'm not sure where to start.
We've been implementing a number of NGINX servers recently, and one of them is
doing a proxy_pass to an older IIS7 server that we'll be phasing out soon,
which is hosting a couple of minor sites in our datacenter.
When initially browsing
oun...@nginx.org] On Behalf Of
Maxim Dounin
Sent: Tuesday, February 18, 2014 4:13 AM
To: nginx@nginx.org
Subject: Re: Proxy pass location inheritance
Hello!
On Mon, Feb 17, 2014 at 09:26:56PM +, Brian Hill wrote:
> So there is no precedence given to nested regex locations at all? What
>
45PM +0000, Brian Hill wrote:
> So it sounds like my only solution is to restructure the locations to avoid
> the original match in /. I don't have access to the servers again until
> tomorrow, but I'm wondering if something like this would work:
>
> location / {
>
2014 at 08:55:02AM +, Brian Hill wrote:
> Close, it's more akin to:
>
> location / {
> location ~ regex1 {
> # regex inside /
> }
> }
>
> location ~ regex2 {
> location ~ regex3 {
> # regex inside r
roxy pass location inheritance
Hello!
On Thu, Feb 13, 2014 at 06:43:08PM +0000, Brian Hill wrote:
> Hello, we are using NGINX to serve a combination of local and
> proxied content coming from both an Apache server (mostly PHP
> content) and IIS 7.5 (a handful of third party .Net
> applic
Hello, we are using NGINX to serve a combination of local and proxied content
coming from both an Apache server (mostly PHP content) and IIS 7.5 (a handful
of third party .Net applications). The proxy is working properly for the pages
themselves, but we wanted set up a separate location block fo