17 lines
172 B
INI
17 lines
172 B
INI
[uwsgi]
|
|
wsgi-file = payment.py
|
|
callable = app
|
|
|
|
master = true
|
|
processes = 1
|
|
lazy-apps = true
|
|
enable-threads = true
|
|
|
|
socket = 0.0.0.0:8080
|
|
protocol = http
|
|
|
|
uid = 1
|
|
gid = 1
|
|
|
|
|