24 lines
318 B
INI
24 lines
318 B
INI
[uwsgi]
|
|
plugin=http
|
|
plugin=python3
|
|
plugin=python
|
|
master=true
|
|
virtualenv=venv
|
|
processes=2
|
|
need-app=true
|
|
|
|
[dev]
|
|
ini=:uwsgi
|
|
http=:8080
|
|
#static-map2=/=../web
|
|
#static-index=index.html
|
|
mount=/api/v1=wsgi.py
|
|
manage-script-name = true
|
|
|
|
|
|
[prod]
|
|
ini=:uwsgi
|
|
module=karumedia
|
|
chdir=/srv/http/karumedia
|
|
socket=/run/uwsgi/karumedia
|