Skip to content

Instantly share code, notes, and snippets.

@pranavcode
Created March 30, 2019 19:36
Show Gist options
  • Save pranavcode/51943d74be27f8bbc0fbd9860c7c2132 to your computer and use it in GitHub Desktop.
Save pranavcode/51943d74be27f8bbc0fbd9860c7c2132 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