啓動代碼格式:nginx安裝目錄地址 -c nginx配置文件地址nginx
例如:spa
[root@LinuxServer sbin]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
nginx的中止有三種方式:3d
一、查看進程號code
[root@LinuxServer ~]# ps -ef|grep nginx
二、殺死進程blog
[root@LinuxServer ~]# kill -QUIT 2072
一、查看進程號進程
[root@LinuxServer ~]# ps -ef|grep nginx
二、殺死進程class
[root@LinuxServer ~]# kill -TERM 2132
或 [root@LinuxServer ~]# kill -INT 2132
[root@LinuxServer ~]# pkill -9 nginx
看到以下顯示nginx.conf syntax is oktest
nginx.conf test is successful配置
說明配置文件正確!grep