Job for network.service failed because the control process exited with error code. See “systemctl status network.service” and “journalctl -xe” for details.解决办法: systemctl stop NetworkManager systemctl disable NetworkManage service network restart…
命令:nginx -t 查看失败原因: nginx: [emerg] "fastcgi_pass" directive is duplicate in /etc/nginx/sites-enabled/default:61 nginx: configuration file /etc/nginx/nginx.conf test failed 然后找到这样的原因的解决的方法 cd /etc/nginx/site-enabaled/default With php5-cgi alone或者…