服务器部署简单的个人网页
这是一个最最最最简单的
下载nginx
yum install nginx
80端口需要开启(服务器开启80端口且不能被其它占用)
netstat -nplt
启动
nginx
重启nginx
service nginx restart
cd usr/share/nginx/html 把index.html换了即可
本文来自博客园,作者:__username,转载请注明原文链接:https://www.cnblogs.com/code3/p/17245553.html