Jestem w trakcie konfigurowania nowego serwera. Wybrany przeze mnie serwer http to NGINX. Chcę dodać domenę audi-freunde-einbeck.de
jako wirtualnego hosta. Mam już tam 2 inne domeny i działa dobrze, ale kiedy próbuję dodać wyżej wymienioną domenę i uruchomić serwer, to mi się wydaje Job failed. See system journal and 'systemctl status' for details.
, że to z powodu myślników, więc wypróbowałem tylko różne inne domeny z myślnikami i bez , ale bez szczęścia. Ten sam błąd. co może być tego przyczyną? Próbowałem też zrestartować komputer, naprawdę jestem zagubiony. Każda pomoc byłaby bardzo mile widziana.
Trochę się pobawiłem i odkryłem, że kiedy wstawię tylko jedną domenę, to działa. Ale kiedy wstawiam inną domenę, przestaje. Oto wyjście w stanie:
[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