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