Files
absencia-de-presencia/deploy/presencia.ini
2021-11-27 13:28:39 +01:00

11 lines
176 B
INI

[uwsgi]
module = main:app
chown = www-data:www-data
uid = www-data
gid = www-data
chdir = /app/
processes = 4
threads = 2
http = 0.0.0.0:5000
wsgi-disable-file-wrapper = false