Created
June 17, 2020 05:16
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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