You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
253 B
13 lines
253 B
[uwsgi]
|
|
chdir=/var/www/djing
|
|
module=djing.wsgi
|
|
master=True
|
|
processes=8
|
|
socket=/run/uwsgi/app/djing/socket
|
|
;http-socket=:8000
|
|
chmod-socket=644
|
|
;pidfile=/run/uwsgi/django-master.pid
|
|
vacuum=True
|
|
plugin=python3
|
|
;disable-logging=True
|
|
venv=/var/www/djing/venv
|