umap/docker/uwsgi.ini
Jeffrey C. Ollie 4d11512d8d
All checks were successful
continuous-integration/drone/push Build is passing
fix static path
2024-05-27 14:02:23 -05:00

12 lines
255 B
INI

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