Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 216 Bytes

deploy.md

File metadata and controls

10 lines (6 loc) · 216 Bytes
  • Set up nginx
  • Change nginx conf

sudo service nginx start

sudo service nginx configtest

sudo service nginx restart

gunicorn --workers 2 --worker-class gevent --bind 0.0.0.0:5000 app:app --timeout 30000