天天看点

nginx设置编码

示例:

    location /  {

           root  /data/aaa;

           index   index.html;

           charset   utf-8;

}

继续阅读