IT story

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

hot-time 2020. 7. 13. 07:54
반응형

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


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습니까?


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

참고 URL : https://stackoverflow.com/questions/6475472/duplicate-mime-type-text-html

반응형