; These preferences specifically tuned for performance. [uwsgi] http=:8080 chdir=/hug wsgi-file=/hug/app.py callable=app workers=%(%k * 2 + 1) processes=%k enable-threads=True threads=1 disable-logging=True max-worker-lifetime=30