Created
August 3, 2020 03:45
-
-
Save NanoDano/0b6dc39518b23290df2aadbd1aded0e0 to your computer and use it in GitHub Desktop.
Run a Python WSGI app with waitress-serve command-line
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
# pip install waitress | |
waitress-serve --listen=127.0.0.1:8001 my_wsgi_project:app --url-prefix=/my-app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment