1. 程式人生 > >nginx: [warn] duplicate MIME type "text/html"錯誤

nginx: [warn] duplicate MIME type "text/html"錯誤

去掉 python ica gin cal ucc nginx -t 默認 gzip

檢查配置文件時提示:nginx: [warn] duplicate MIME type "text/html" in /home/web/nginx/inc/gzip.conf:9

[root@localhost sbin]# ./nginx -t -c /home/web/nginx/nginx.conf
nginx: [warn] duplicate MIME type "text/html" in /home/web/nginx/inc/gzip.conf:9
nginx: the configuration file /home/web/nginx/nginx.conf syntax is ok
nginx: configuration file /home/web/nginx/nginx.conf test is successful

解決方式:去掉下面一行中的“text/html”。

原因:text/html根本就不需要寫的,gzip默認就會壓縮它的,只不過以前的nginx版本不提示這個警告而已,新版本的會出這個警告。

nginx: [warn] duplicate MIME type "text/html"錯誤