run_nginx.sh 87 B

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