Skip to content
Snippets Groups Projects
uwsgi.conf 151 B
[uwsgi]
http-socket=0.0.0.0:5000
enable-threads=true
master=true
plugins=python3
wsgi=app:app
cheaper=1
processes=4
threads=8
log-x-forwarded-for=true