This commit is contained in:
root
2017-04-18 20:55:29 +02:00
parent c7f29bdd65
commit 825c7ab39a

16
_ext/uwsgi.ini Normal file
View File

@@ -0,0 +1,16 @@
[uwsgi]
uid=33
gid=33
master=True
processes=1
threads=4
chown-socket=www-data:www-data
virtualenv=/srv/management/env
pidfile=/srv/run/management.pid
socket=/srv/run/management.sock
chmod-socket=660
module=management
callable=app
logger=file:/srv/management/my.log
loglevel=debug
#gevent=100