run_nginx.sh 86 B

12
  1. ps axu | grep 'nginx' | awk '{print "kill -9 " $2}' | sh -x
  2. nginx -c /root/nginx.conf