Welcome! Log In Create A New Profile

Advanced

Re: nginx reverse proxy odd 301 redirect

Maxim Dounin
October 06, 2013 05:34AM
Hello!

On Sat, Oct 05, 2013 at 06:16:24PM -0400, izghitu wrote:

> Hi,
>
> I have latest nginx which I am using as a reverse proxy for an application
> of mine running on apache on another server. The nginx config is like this:
> upstream upstreamname {
> server ip:port;
> }
>
> ....
>
> location / {
> proxy_pass http://upstreamname;
> proxy_redirect off;
> proxy_set_header Host $host;
> proxy_set_header X-Real-IP $remote_addr;
> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
> }
>
> ...
>
> So my problem appears with a certain change password script new users must
> use when they login first time after their username was created.
>
> If I use apache directly then the change password script works fine. If I do
> it using nginx as reverse proxy then at the point where I press the submit
> button and the POST should happen, I can't see the POST hitting the apache
> backend(no entry in access log) but I can see an odd 301 redirect with the
> POST request to the script in the nginx access log.
>
> Any idea of what could be the cause? Anything I am doing wrong?

As long as the above configuration is a _full_ configuration of a
server{} block, there shouldn't be any 301 redirects returned
directly by nginx. Most likely what you observe is a result of
incorrect configuration of server{} blocks and/or wrong hostname
used in request.

If it's not a full configuration - there isn't enough information
to provide any help. See here for some tips what can be useful:

http://wiki.nginx.org/Debugging#Asking_for_help

--
Maxim Dounin
http://nginx.org/en/donation.html

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

nginx reverse proxy odd 301 redirect

izghitu October 05, 2013 06:16PM

Re: nginx reverse proxy odd 301 redirect

Maxim Dounin October 06, 2013 05:34AM

Re: nginx reverse proxy odd 301 redirect

izghitu October 06, 2013 06:04PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 303
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