ประเภท 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ประเภทละครใบ้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
เช่นเดียวกับ iacharset_types
wmamrak

ลิงก์นั้นเสียลิงก์ใหม่: nginx.org/en/docs/http/ngx_http_gzip_module.html#gzip_types
alexmuller

เช่นเดียวกับsub_filter_typesที่กล่าวไว้ในnginx.org/en/docs/http/… : เปิดใช้งานการแทนที่สตริงในการตอบกลับด้วยประเภท MIME ที่ระบุนอกเหนือจาก“ text / html”
famousgarkin
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.