nginx支持GB2312和UTF-8编码

nginx同时支持GB2312和UTF-8,将“UTF-8”改为“ISO-88509-1”

server {
    listen       80;
    server_name  localhost;

    charset ISO-88509-1;

}

posted @ 2024-02-28 09:23  Thenext  阅读(27)  评论(0编辑  收藏  举报