Skip to content

Instantly share code, notes, and snippets.

@NanoDano
Created August 3, 2020 03:45
Show Gist options
  • Save NanoDano/0b6dc39518b23290df2aadbd1aded0e0 to your computer and use it in GitHub Desktop.
Save NanoDano/0b6dc39518b23290df2aadbd1aded0e0 to your computer and use it in GitHub Desktop.
Run a Python WSGI app with waitress-serve command-line
# 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