带伪装一键脚本,nginx启动失败!
-
本人小白一枚,CentOS7,问题是这样的,刚开始我执行脚本的时候,现实如下错误
Certificate not yet due for renewal; no action taken.
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
Failed to execute operation: No such file or directory
nginx启动失败! 请到 https://www.hijk.pw 反馈发现机器没装上nginx,然而我添加了官方源,用YUM安装仍显示No package nginx available.
然后我下载了离线安装包,通过make install安装,修改了PATH
再次执行脚本时出现以下问题,现在不知道为啥了,望版主大神和各位大神参谋解决~
Certificate not yet due for renewal; no action taken.
nginx启动失败! 请到 https://www.hijk.pw 反馈
[root@fxxxxe ~]# nginx -t
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful -
@胖胖想上网 不要手工make,安装不上说明你服务器网络连接有问题,应该先解决
-
@hijk 好的,谢谢大神!我再重新装系统然后yum装一次试试~
-