<div dir="ltr"><div><div>Hi.. <br><br>Any expert have any idea what may causing this issue <br><br></div>Thank You<br></div>John<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 22 October 2013 14:39, val john <span dir="ltr"><<a href="mailto:valjohn1647@gmail.com" target="_blank">valjohn1647@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi <br><br></div><div>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 . <br>

<br></div><div>this is my nginx reverse proxy configuration  , is there any modification that i need to do to avoid such a issues , please advice <br></div><div><br>    location /webapp {<br>      proxy_set_header X-Forwarded-Host $host;<br>

      proxy_set_header X-Forwarded-Server $host;<br>      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;<br>      proxy_pass <a href="http://192.168.1.16:8090/webapp" target="_blank">http://192.168.1.16:8090/webapp</a>;<br>

      proxy_redirect off;<br>    }<br><br></div><div>Thank You<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>John<br></div><div><br></div></font></span></div>

</blockquote></div><br></div>