server {
listen 80;
server_name xijunhan;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
index index.html index.htm;
#rewrite ^/ https://www.baidu.com;
}
上面xijunhan 就是我随便起的域名 etc 里面 host 也配置域名信息了
xijunhan 最后加上了他 求解 来人啊