summaryrefslogtreecommitdiffstats
path: root/rules/python3-gunicorn.in
blob: d010ea9002bd5b496b1cd2a3c75c2a1433eb801f (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=python3

config PYTHON3_GUNICORN
	bool
	select PYTHON3
	prompt "gunicorn"
	help
	  Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.
	  It's a pre-fork worker model. The Gunicorn server is broadly
	  compatible with various web frameworks, simply implemented,
	  light on server resources, and fairly speedy.