nginx: [warn] 중복 MIME type "text / html" 오류

678 단어
설정 파일 검사 시 알림: nginx: [warn] 중복 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 버 전에 서 이 경 고 를 알 리 지 않 았 을 뿐 입 니 다. 새로운 버 전에 서 는 이 경 고 를 낼 것 입 니 다.
다음으로 전송:https://www.cnblogs.com/xzlive/p/9379384.html

좋은 웹페이지 즐겨찾기