nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)

859 단어 nginx기초 수송
오늘 테스트 Docker 에서 nginx 템 플 릿 의 미 러 를 설정 합 니 다. nginx 를 설치 한 후 nginx - t 를 사용 하여 검 사 를 진행 합 니 다. 오 류 는 다음 과 같 습 니 다.
[root@a381c4c04132 yum.repos.d]# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
nginx: configuration file /etc/nginx/nginx.conf test failed

프로필 검사:
    server {
        listen       80 default_server;
        listen       [::]:80 default_server;
        ,          ipv6,       
    server {
        listen       80 default_server;
#        listen       [::]:80 default_server;
        :
[root@a381c4c04132 yum.repos.d]# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
     ,    

좋은 웹페이지 즐겨찾기