nginx 代理静态网页
sudo vim /etc/nginx/conf.d/avincheng.conf# avincheng.com
server {
listen 80;
server_name avincheng.com;
root /home/wwwroot/avincheng.com;
index index.html;
}sudo systemctl restart nginxLast updated
sudo vim /etc/nginx/conf.d/avincheng.conf# avincheng.com
server {
listen 80;
server_name avincheng.com;
root /home/wwwroot/avincheng.com;
index index.html;
}sudo systemctl restart nginxLast updated