mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
12 lines
229 B
INI
12 lines
229 B
INI
[uwsgi]
|
|
socket = :$(PORT)
|
|
socket = /tmp/uwsgi_welcome.socket
|
|
vacuum = true
|
|
appname = welcome
|
|
module = %(appname)
|
|
numproc = 4
|
|
master = %(vacuum)
|
|
processes = %(numproc)
|
|
mount = /werkzeug=tests/werkzeug.py
|
|
manage-script-name = true
|