标签:com 失败 文件 http 配置 技术分享 alt 安装 stat
1、安装nginx;
2、修改conf 下面的nginx.conf 文件
配置反向代理端口
3、启动Nginx
./nginx
4、如果失败尝试将先前启动的 NGINX关闭
netstat -anp|grep nginx
kill -9 id
再重启
nginx实现tomcat转发
原文地址:https://www.cnblogs.com/goodboy321/p/9950014.html