Nginx的啟動 停止與重啟

2021-09-23 07:47:46 字數 1388 閱讀 2582

例如:

[root@linuxserver sbin]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
nginx的停止有三種方式:

1、檢視程序號

2、殺死程序

1、檢視程序號

2、殺死程序

[root@linuxserver ~]# kill -term 2132

或 [root@linuxserver ~]# kill -int 2132

[root@linuxserver ~]# pkill -9 nginx
重啟

看到如下顯示nginx.conf syntax is ok

nginx.conf test is successful

說明配置檔案正確!

3、nginx啟動,停止,無間隔重啟

service nginx start

service nginx stop

service nginx configtest

service nginx reload

Nginx的啟動 停止與重啟

啟動 例如 usr local nginx sbin nginx c usr local nginx conf nginx.conf 停止ngnix的停止有三種方式 從容停止 1.檢視程序號 ps aux grep nginx 2.殺死程序 kill quit 2088 快速停止 1.檢視程序號 p...

Nginx的啟動 停止與重啟

例如 root linuxserver sbin usr local nginx sbin nginx c usr local nginx conf nginx.conf 停止nginx的停止有三種方式 從容停止 1 檢視程序號 2 殺死程序 快速停止 1 檢視程序號 2 殺死程序 root lin...

Nginx的啟動 停止與重啟

啟動 格式 nginx安裝目錄位址 c nginx配置檔案位址 例如 root linuxserver sbin usr local nginx sbin nginx c usr local nginx conf nginx.conf nginx的停止有三種方式 1 檢視程序號 2 殺死程序 1 檢...