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

niginx:duplicate MIME type "text/html" in nginx.conf 错误(转载)

时间:2015-09-15 14:28:01      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:

nginx升级到最新以后,发现用原来的配置启动的时候会提示:

duplicate MIME type "text/html" in /usr/local/nginx/conf/nginx.conf:37

    实际上,text/html根本就不需要写的,gzip默认就会压缩它的,只不过以前的nginx版本不提示这个警告而已,新版本的会出这个警告,所以解决办法很简单:把text/html从你的配置中删除(我把text/html改成text/htm也通过了,不知道有没有区别)。

[root@server1 nginx]# vi conf/nginx.conf

:37

gzip_types text/plain text/html text/css application/json application/x-javascript text/xmlapplication/xml application/xml+rss text/javascript;

niginx:duplicate MIME type "text/html" in nginx.conf 错误(转载)

标签:

原文地址:http://www.cnblogs.com/wuqun/p/4810106.html

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