[root@localhost/]# nginx -s reload
nginx: [alert] kill(189, 1) failed (3: No such process)  杀死189进程,可是并没有
[root@localhost /]# whereis ngnix
ngnix:[root@localhost/]# 
[root@localhost /]# find / -name nginx 
/usr/local/src/nginx/sbin/nginx
[root@localhost /]# find / -name nginx.conf
/usr/local/src/nginx/conf/nginx.conf
[root@localhost /]# /usr/local/src/nginx/sbin/nginx -c /usr/local/src/nginx/conf/nginx.conf
[root@localhost/]# nginx -s reload               

相关文章:

  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2021-07-14
  • 2021-06-22
  • 2021-07-01
  • 2022-01-05
猜你喜欢
  • 2022-12-23
  • 2022-01-09
  • 2021-08-03
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
  • 2021-09-05
相关资源
相似解决方案