how to access tomcat, of different ports open on this machine through nginx
for example, there are six tomcat on this machine
is
tomcat1 8080
tomcat2 8081
tomcat3 8082
tomcat4 8083
tomcat5 8084
tomcat6 8085
then the server newly deploys the nginx service, Let all services access
through 80% of nginx, such as http://192.168.102.100/tomcat1 access items under tomcat1
http://192.168.102.100/tomcat2 access items under tomcat2
http://192.168.102.100/tomcat3 visits items under tomcat3
http://192.168.102.100/tomcat4 visits items under tomcat4