Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 17, 2020 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/ae6c88ec0ca955f3e0c018a874c62879 to your computer and use it in GitHub Desktop.
Save velotiotech/ae6c88ec0ca955f3e0c018a874c62879 to your computer and use it in GitHub Desktop.
Velotio - HashiCorp Consul Part 2 - Run Django app with Gunicorn WSGI HTTP server
gunicorn --bind 0.0.0.0:8000 --access-logfile - tweeter.wsgi:application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment