nginx重启 1.关闭 kill -s 9 `ps -aux | grep nginx| grep -v grep | awk '{print $2}'` 2.重启 /usr/local/nginx/sbin ./nginx