mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-08-17 17:02:52 +01:00
14 lines
304 B
INI
14 lines
304 B
INI
[uwsgi]
|
|
socket = 0.0.0.0:5000
|
|
stats = 0.0.0.0:9001
|
|
module = invenio_app.wsgi_rest:application
|
|
master = true
|
|
die-on-term = true
|
|
processes = 2
|
|
threads = 2
|
|
mount = /api=invenio_app.wsgi_rest:application
|
|
manage-script-name = true
|
|
wsgi-disable-file-wrapper = true
|
|
single-interpreter = true
|
|
buffer-size = 8192
|