setup_nginx.sh 151 B

12345
  1. #!/bin/bash
  2. $NGINX_HOME/sbin/nginx -c ${TROOT}/nginx.conf
  3. $PY2_ROOT/bin/uwsgi --ini uwsgi.ini --processes ${MAX_THREADS} --gevent 1000 --wsgi hello &