💾 Archived View for freeshell.de › tldr › waitress-serve.gmi captured on 2023-04-20 at 00:36:22. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Pure Python WSGI HTTP Server.
waitress-serve {import.path:wsgi_func}
waitress-serve --listen={localhost}:{8080} {import.path:wsgi_func}
waitress-serve --unix-socket={path/to/socket} {import.path:wsgi_func}
waitress-serve --threads={4} {import.path:wsgifunc}
waitress-serve --call {import.path.wsgi_factory}
waitress-serve --url-scheme={https} {import.path:wsgi_func}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).