Welcome! Log In Create A New Profile

Advanced

Re: Ngginx reverse proxy issue

val john
October 23, 2013 12:34AM
Hi..

Any expert have any idea what may causing this issue

Thank You
John


On 22 October 2013 14:39, val john <valjohn1647@gmail.com> wrote:

> Hi
>
> we are using nginx as proxy the request to back-end t web application ,
> but some times when users accessing webapp via proxy , they faced some
> unusual behaviors like buttons are not clicking , Dropdown lists are not
> listing data .
>
> this is my nginx reverse proxy configuration , is there any modification
> that i need to do to avoid such a issues , please advice
>
> location /webapp {
> proxy_set_header X-Forwarded-Host $host;
> proxy_set_header X-Forwarded-Server $host;
> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
> proxy_pass http://192.168.1.16:8090/webapp;
> proxy_redirect off;
> }
>
> Thank You
> John
>
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Ngginx reverse proxy issue

val john October 22, 2013 05:10AM

Re: Ngginx reverse proxy issue

val john October 23, 2013 12:34AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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