nginx反向代理tomcat
nginx代理tomcat的配置如下:server { listen 80; server_name pns.weiyuexin.top; #access_log /var/log/nginx/host.access.log main; location / { root html; index index.html index.htm; proxy_pass http://1.15.60.193: