webuser.sh 252 B

12345
  1. #!/bin/bash
  2. #cd /path/to/project
  3. cd /root/sharix-open-webapp-base
  4. #exec /path/to/project/env/bin/gunicorn core.wsgi:application -c core/conf_gunicorn.py
  5. exec /root/sharix-open-webapp-base/env/bin/gunicorn core.wsgi:application -c core/conf_gunicorn.py