[uwsgi] ini = :base socket = 0.0.0.0:9000 master = true processes = 5 [base] chdir = /home/server module = server.wsgi:application chmod-socket=666 uid = uwsgi gid = uwsgi [dev]