Created
May 4, 2016 19:16
-
-
Save omedhabib/d638e213af0f843580e5ca7724005ac6 to your computer and use it in GitHub Desktop.
Meinheld.wsgi
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
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