av激情亚洲男人的天堂国语,日韩欧美精品一中文字幕,无码av一区二区三区无码,国产又色又爽又刺激的a片,国产又色又爽又刺激的a片

nginx首頁中文亂碼問題解決方法

nginx首頁中文亂碼如何解決?本篇文章為大家分享一下nginx首頁中文亂碼問題解決方法,有需要的小伙伴可以參考一下。

解決方法

在/usr/local/nginx/conf/nginx.conf 配置文件中插入charset utf-8;或者charset 'utf-8';
server {
       listen       80;
       server_name  localhost;

       charset utf-8;          

       #access_log  logs/host.access.log  main;

       location / {
           root   html;
           index  index.html index.htm;
       }

或者

server {
       listen       80;
       server_name  localhost;

       charset 'utf-8';          

       #access_log  logs/host.access.log  main;

       location / {
           root   html;
           index  index.html index.htm;
       }

重新加載配置文件

/usr/local/nginx/sbin/nginx -s reload

網(wǎng)站欄目:nginx首頁中文亂碼問題解決方法
當(dāng)前地址:http://uogjgqi.cn/article/djodope.html
掃二維碼與項(xiàng)目經(jīng)理溝通

我們在微信上24小時(shí)期待你的聲音

解答本文疑問/技術(shù)咨詢/運(yùn)營咨詢/技術(shù)建議/互聯(lián)網(wǎng)交流