nginx with tomcat is not working nginx with tomcat is not working nginx nginx

nginx with tomcat is not working


I think it would be something like:

location /web {     proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;                 proxy_pass         http://localhost:8080;}