7 lines
72 B
INI
7 lines
72 B
INI
|
[uwsgi]
|
||
|
http = :5000
|
||
|
wsgi-file = server.py
|
||
|
processes = 4
|
||
|
stats = :9191
|
||
|
|