nginx proxypass issue
Geo P.C.
pcgeopc at gmail.com
Fri Mar 21 05:52:42 UTC 2014
We have a setup in which nginx proxypass is working fine for tomcat like
this:
server {
listen 80;
server_name app.geo.com;
location /app {
proxy_pass https://192.168.1.100:8080/app;
}
Now while accessing http://app.geo.com/app is working fine.
Now we need to access the same application as
http://app.geo.com/paymentbut we need the tomcat war as same app. We
configured proxypass as follows:
server {
listen 80;
server_name app.geo.com;
location /payment {
proxy_pass https://192.168.1.100:8080/app;
}
But while accessing http://app.geo.com/payment tomcat application app is
not loading properly. We are not getting any reliable error message.
Can any one please help us to configure on this scenario.
Thanks
Geo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140321/55e1cfac/attachment.html>
More information about the nginx
mailing list