umap/docker/uwsgi.ini

13 lines
255 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
2024-05-27 14:02:23 -05:00
static-map = /static=/srv/umap/umap/static
2020-05-15 12:59:08 -05:00
static-map = /uploads=/srv/umap/uploads
buffer-size = 32768