码迷,mamicode.com
首页 > Web开发 > 详细

nginx: [warn] duplicate MIME type "text/html"错误

时间:2018-07-27 21:15:58      阅读:604      评论:0      收藏:0      [点我收藏+]

标签:gzip   警告   sbin   dup   新版   pytho   pre   新版本   nta   

检查配置文件时提示: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"错误

标签:gzip   警告   sbin   dup   新版   pytho   pre   新版本   nta   

原文地址:https://www.cnblogs.com/xzlive/p/9379384.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!