Commit e6f9bd0d891c2857d111f75a6c726aab8c3e7de0

Authored by Andrew Buss
1 parent 01ea09616b
Exists in master

Added gunicorn options

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

scripts/run_production.sh View file @ e6f9bd0
1 1 #!/bin/bash -xe
2 2 source secrets.sh
3 3 source venv/bin/activate
4   -/srv/flashy-backend/venv/bin/gunicorn -b 127.0.0.1:7002 flashy.wsgi
  4 +/srv/flashy-backend/venv/bin/gunicorn --pid /run/flashy/gunicorn.pid -w 6 -n flashy -b 127.0.0.1:7002 flashy.wsgi