Skip to content

Instantly share code, notes, and snippets.

@RichLogan
Created January 24, 2015 16:31
Show Gist options
  • Save RichLogan/1298c77f8bb7d5f89c2f to your computer and use it in GitHub Desktop.
Save RichLogan/1298c77f8bb7d5f89c2f to your computer and use it in GitHub Desktop.
Deploy
gunicorn justHealthServer:app --error-logfile logs.txt --certfile=certificate.crt --keyfile=newPrivateKey.pem -b 0.0.0.0:5000 --ssl-version=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment