[uwsgi] plugin=http plugin=python3 plugin=python master=true virtualenv=venv processes=1 need-app=true [dev] ini=:uwsgi http=:8080 #static-map2=/=../web #static-index=index.html mount=/api/v1=wsgi.py manage-script-name = true py-autoreload=1 [prod] ini=:uwsgi module=echo360 chdir=/srv/http/echo360py/ socket=/run/uwsgi/echo360py