11 lines
130 B
INI
11 lines
130 B
INI
[uwsgi]
|
|
module = wsgi:app
|
|
|
|
pidfile = wetter.pid
|
|
master = true
|
|
processes = 5
|
|
|
|
http-socket = :5002
|
|
chmod-socket = 660
|
|
vacuum = true
|