Skip to content

Nginx

重启

nginx

cd /usr/local/nginx/sbin ./nginx -s reload

查看进程

nginx

ps aux | grep nginx

sudo kill -9 12345

强制停止

nginx

pkill -9 nginx

Released under the MIT License.