umap/docker/uwsgi.ini

13 lines
250 B
INI
Raw Permalink Normal View History

2020-05-15 12:59:08 -05:00
[uwsgi]
http = :$(PORT)
home = /venv
2020-05-15 12:59:08 -05:00
module = umap.wsgi:application
master = True
vacuum = True
max-requests = 5000
processes = 4
enable-threads = true
static-map = /static=/srv/umap/static
static-map = /uploads=/srv/umap/uploads
buffer-size = 32768