Created
January 18, 2019 06:21
-
-
Save 0x49D1/0d21c786a6a14af35f8afadab1413aeb to your computer and use it in GitHub Desktop.
Sample of running python flask service with gunicorn. Logs added.
This file contains hidden or 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:5001 --access-logfile /var/log/gunicorn/access.log --error-logfile /var/log/gunicorn/error.log --capture-output --reload wsgi:app & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment