run_nginx.sh 90 B

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