새 서버를 설정하는 중입니다. 내가 선택한 http-Server는 NGINX입니다. 도메인 audi-freunde-einbeck.de
을 가상 호스트로 추가하고 싶습니다 . 이미 2 개의 다른 도메인이 있고 잘 작동하지만 위에서 언급 한 도메인을 추가하고 서버를 시작 Job failed. See system journal and 'systemctl status' for details.
하려고하면 대시 때문인 줄 알았 기 때문에 하이픈이 있거나없는 다양한 다른 도메인을 시도했습니다. ,하지만 운이 없습니다. 같은 오류. 원인이 무엇일까요? 재부팅도 시도했는데 여기에서 정말 헤매고 있습니다. 어떤 도움이라도 대단히 감사하겠습니다.
나는 약간 놀았고, 하나의 도메인 만 넣으면 작동한다는 것을 알았습니다. 그러나 다른 도메인을 넣으면 중지됩니다. 다음은 상태의 출력입니다.
[root@netzmelone nginx]# systemctl status nginx
nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled)
Active: failed (Result: exit-code) since Sun, 16 Dec 2012 11:38:08 +0000; 7s ago
Process: 14239 ExecStop=/usr/sbin/nginx -g pid /run/nginx.pid; -s quit (code=exited, status=1/FAILURE)
Process: 14232 ExecStart=/usr/sbin/nginx -g pid /run/nginx.pid; daemon on; master_process on; (code=exited, status=0/SUCCESS)
Process: 14242 ExecStartPre=/usr/sbin/nginx -t -q -g pid /run/nginx.pid; daemon on; master_process on; (code=exited, status=1/FAILURE)
Main PID: 14234 (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/nginx.service
Dec 16 11:38:08 netzmelone nginx[14242]: nginx: [emerg] could not build the server_names_hash, you should increase server_names_hash_bucket_size: 32
Dec 16 11:38:08 netzmelone nginx[14242]: nginx: configuration file /etc/nginx/nginx.conf test failed