Welcome! Log In Create A New Profile

Advanced

Re: Nginx dynamic proxy_pass keeps redirecting to wrong domain

November 16, 2017 10:56PM
You need to understand, step-by-stp, exactly what is happening.
Here is one (of many) ways to do this:

1. Open the Chrome browser
2. Right click on the background and select inspect, this will open the developer tools page
3. Select the tab “Network” which shows you the HTTp requests issued for the current page.
4. Select the check-box preserve log which means that prior pages will still be shown here when you are redirected to another page
5. Now open the URL in question. You will see the response from nginx which should, if you are correctly reporting what happens have a 301 or 302 code

alternately you can do this from a linux or OS X command line using curl or wget



> On Nov 16, 2017, at 10:48 PM, Ruben D <rdocter@gmail.com> wrote:
>
> In my browser bar I see the address beginning with instance-001. While I expect not to have a redirect and just see http://example.com/etc...
>
> Is that what you mean?
>
> Verstuurd vanaf mijn iPhone
>
>> Op 16 nov. 2017 om 23:56 heeft Francis Daly <francis@daoine.org> het volgende geschreven:
>>
>> On Thu, Nov 16, 2017 at 09:59:49PM +0100, Ruben wrote:
>>
>> Hi there,
>>
>>> location / {
>>> proxy_pass http://$instance;
>>> }
>>
>>> The problem is, when I go to http://example.com/cdn/test/test.jpg in the
>>> browser, it redirects me to http://instance-001/cdn/test/test.jpg. Which is
>>> ofcourse not correct. It should proxy the docker service with name
>>> instance-001.
>>
>> Are you reporting that nginx creates the redirect, or that nginx passes
>> along the redirect that the upstream web server creates?
>>
>> The two cases probably have different fixes.
>>
>> What do the (nginx and upstream web server) logs say?
>>
>> f
>> --
>> Francis Daly francis@daoine.org
>> _______________________________________________
>> nginx mailing list
>> nginx@nginx.org
>> http://mailman.nginx.org/mailman/listinfo/nginx
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx dynamic proxy_pass keeps redirecting to wrong domain

rsdrsd November 16, 2017 04:02PM

Re: Nginx dynamic proxy_pass keeps redirecting to wrong domain

Francis Daly November 16, 2017 05:58PM

Re: Nginx dynamic proxy_pass keeps redirecting to wrong domain

rsdrsd November 16, 2017 10:50PM

Re: Nginx dynamic proxy_pass keeps redirecting to wrong domain

pbooth November 16, 2017 10:56PM

Re: Nginx dynamic proxy_pass keeps redirecting to wrong domain

Francis Daly November 17, 2017 02:54AM

Re: Nginx dynamic proxy_pass keeps redirecting to wrong domain

rsdrsd November 17, 2017 08:18AM

Re: Nginx dynamic proxy_pass keeps redirecting to wrong domain

Francis Daly November 17, 2017 09:04AM

Re: Nginx dynamic proxy_pass keeps redirecting to wrong domain

rsdrsd November 18, 2017 12:54AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 163
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready