基于原版修复部分代码
演示地址:https://www.cloudnom.tk
示例:
1、配置nginx
server{
listen 80; # 指定端口,nginx默认端口为80
server_name domain.com; # 指定域名
location / {
root /usr/share/nginx/html/NewPvzJs-v1.6; # 指定静态网站根目录
}
}
2、下载静态网站文件
cd /usr/share/nginx/html
git clone https://github.com/miles-lin/NewPvzJs-v1.6.git
3、重新加载nginx配置文件
nginx -s reload
预览图: 原著地址:http://www.lonelystar.org/ 原著演示地址:http://lonelystar.alldnet.com/newpvz/