Files
iform-invenio/i-form-data-repository/docker/uwsgi/uwsgi_rest.ini
T
2025-11-27 09:51:24 +00:00

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