CentOS 7 minimal
Выбираю такую конфигурацию:
sh install.sh --package=apache2.4,nginx,php71w,bindserver,memcached,ffmpeg,imagemagick,httpry,certbot,megacli,iotop,atop,iftop,logrotate,MariaDB10.1,phpMyAdmin-4.0.10,exim,proftpd,csf
Все устанавливается без проблем. После захожу в ПУ под root, проверяю службы, пробую перезапуск, все успешно кроме nginх, в логах это:
Код: Выделить всё
Перезапуск неуспешный. Сервис не работает.
* nginx.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2017-10-23 17:54:10 MSK; 31ms ago
Process: 2247 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=1/FAILURE)
Process: 2245 ExecStartPre=/usr/bin/rm -f /run/nginx.pid (code=exited, status=0/SUCCESS)
Oct 23 17:54:09 cp.brainy.lan systemd[1]: Starting The nginx HTTP and reverse proxy server...
Oct 23 17:54:10 cp.brainy.lan nginx[2247]: nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
Oct 23 17:54:10 cp.brainy.lan nginx[2247]: nginx: [emerg] open() "/etc/nginx/vhost_logs/default_access" failed (2: No such file or directory)
Oct 23 17:54:10 cp.brainy.lan nginx[2247]: nginx: configuration file /etc/nginx/nginx.conf test failed
Oct 23 17:54:10 cp.brainy.lan systemd[1]: nginx.service: control process exited, code=exited status=1
Oct 23 17:54:10 cp.brainy.lan systemd[1]: Failed to start The nginx HTTP and reverse proxy server.
Oct 23 17:54:10 cp.brainy.lan systemd[1]: Unit nginx.service entered failed state.
Oct 23 17:54:10 cp.brainy.lan systemd[1]: nginx.service failed.