8 lines
84 B
INI
8 lines
84 B
INI
[uwsgi]
|
|
http = :5000
|
|
wsgi-file = server.py
|
|
processes = 4
|
|
threads = 2
|
|
stats = :9191
|
|
|