중복 된 MIME 유형“text / html”?


132

Nginx 구성 파일에 있습니다.

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

하지만 Nginx는 시작할 때 오류를냅니다

[warn]: duplicate MIME type "text/html" in /etc/nginx/nginx.conf:25

실제로 무엇과 중복 text/html됩니까? 그렇 text/plain습니까?

답변:


253

옵션 gzip_types의 경우 mime-type text/html은 기본적으로 항상 포함되므로 명시 적으로 지정할 필요가 없습니다.


7
관련 문서 : wiki.nginx.org/HttpGzipModule#gzip_types Enables compression for additional MIME-types besides "text/html". "text/html" is always compressed.
Frank Farmer

6
동일charset_types
wmamrak에 적용됨

링크가 끊어졌습니다. 새로운 링크 : nginx.org/en/docs/http/ngx_http_gzip_module.html#gzip_types
alexmuller

에 적용되는 동일한 sub_filter_types에서 언급 한 바와 같이 nginx.org/en/docs/http/...은 : "text / html과"이외에 지정된 MIME 유형과 응답에 문자열 교체를 가능하게합니다.
famousgarkin
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.