location ~ .*.jsp$ { # Matches files ending with jsp. Tomcat’s web page files end with jsp.
index index.jsp;
proxy_pass http://127.0.0.1:8080; #Mainly set up a proxy here
}
Is 127.0.0.1:8080 here just like this or the actual domain name? For example, http://www.xxx.com:8080?
Access address: http://www.xxx.com Configuration is as follows: