Nginx 默认index.html 乱码问题

现象如下:
解决方法:
修改nginx 配置文件 ,在server 段下面,添加 charset utf-8;
vim /usr/local/nginx/conf/nginx.conf

重启nginx
重新打开网页查看