后面提示
nginx: [emerg] BIO_new_file("/usr/local/nginx/conf/sslkey/1_*****.***_bundle.crt") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/usr/local/nginx/conf/sslkey/2_******.us_***.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
failed. Use force-quit
上面的都提示no such file了也就是文件不存在作者: susaccount 时间: 2016-9-7 18:52 标题: 回复 2# 的帖子 请问文件不存在指的是什么文件?key和crt都没放错呀作者: licess 时间: 2016-9-8 09:32 标题: 回复 3# 的帖子 错误提示信息里已经给出不存在文件的具体路径信息作者: susaccount 时间: 2016-9-11 01:45 标题: 回复 4# 的帖子 root@SusLinux:/usr/local/nginx/conf# /usr/local/nginx/sbin/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
root@SusLinux:/usr/local/nginx/conf# /etc/init.d/nginx reload
Reload service nginx... nginx is not running, can't reload.
root@SusLinux:/usr/local/nginx/conf#
root@SusLinux:/usr/local/nginx/conf# kill -HUP 'cat /usr/local/nginx/logs/nginx.pid'
bash: kill: cat /usr/local/nginx/logs/nginx.pid: arguments must be process or job IDs