bmwm3 发表于 2018-11-9 08:50:30

nginx: [alert] kill(2480, 10) failed (3: No such process)的解决办法及nginx服务常用命令总结

# /app/nginx/sbin/nginx -h  
nginx version: nginx/1.6.3
  
Usage: nginx [-?hvVtq] [-s signal] [-c filename] [-p prefix] [-g directives]
  

  
Options:
  
-?,-h         : this help
  
-v            : show version and exit
  
-V            : show version and configure options then exit
  
-t            : test configuration and exit
  
-q            : suppress non-error messages during configuration testing
  
-s signal   : send signal to a master process: stop, quit, reopen, reload
  
-p prefix   : set prefix path (default: /app/nginx-1.6.3/)
  
-c filename   : set configuration file (default: conf/nginx.conf)
  
-g directives : set global directives out of configuration file


页: [1]
查看完整版本: nginx: [alert] kill(2480, 10) failed (3: No such process)的解决办法及nginx服务常用命令总结