最近在搭建Nginx,做到域名访问的时候总是访问不了。 nginx的配置文件nginx.conf中server配置如下: server { listen 80; server_name hehe.weige.com; #charset koi8-r; #access_log logs/host.access.log main; location / { root html-hehe; index index.html index.htm; } } 配置完之后 在sbin 目录下执行命令 ./nginx -s reload 重新加载配置文件 加载之后浏览器地