Skip to content

Instantly share code, notes, and snippets.

@omedhabib
Created May 4, 2016 19: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 omedhabib/d638e213af0f843580e5ca7724005ac6 to your computer and use it in GitHub Desktop.
Save omedhabib/d638e213af0f843580e5ca7724005ac6 to your computer and use it in GitHub Desktop.
Meinheld.wsgi
import meinheld
from app import application
meinheld.listen(("0.0.0.0", 9808))
meinheld.run(application)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment