Skip to content

Instantly share code, notes, and snippets.

@timothycrosley
Created March 14, 2016 07:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save timothycrosley/eae0f1e251454ba32777 to your computer and use it in GitHub Desktop.
Save timothycrosley/eae0f1e251454ba32777 to your computer and use it in GitHub Desktop.
Run using WSGI server
# Using uwsgi
uwsgi --http 0.0.0.0:8000 --wsgi-file first_step_3.py --callable __hug_wsgi__
# Or, using gunicorn
gunicorn first_step_3:__hug_wsgi__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment