mirror of
https://github.com/alerta/alerta.git
synced 2025-01-24 17:29:39 +00:00
8 lines
156 B
INI
8 lines
156 B
INI
[uwsgi]
|
|
http = :9090
|
|
wsgi-file = alerta/app.wsgi
|
|
callable = app
|
|
processes = 4
|
|
threads = 2
|
|
stats = 127.0.0.1:9191
|
|
# virtualenv = $(HOME)/.virtualenvs/alerta
|