mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
15 lines
272 B
INI
15 lines
272 B
INI
[uwsgi]
|
|
socket = 0.0.0.0:5000
|
|
stats = 0.0.0.0:9000
|
|
module = invenio_app.wsgi_ui:application
|
|
master = true
|
|
die-on-term = true
|
|
processes = 2
|
|
threads = 2
|
|
single-interpreter = true
|
|
buffer-size = 4096
|
|
wsgi-disable-file-wrapper = true
|
|
log-4xx = true
|
|
log-5xx = true
|
|
debug = true
|