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.
15 lines
382 B
15 lines
382 B
[uwsgi]
|
|
chdir = %(project_path)s/
|
|
env = DJANGO_SETTINGS_MODULE=lms.settings
|
|
virtualenv = %(project_path)s/env
|
|
module = lms.wsgi:application
|
|
master = true
|
|
processes = 4
|
|
workers = 6
|
|
socket = %(project_path)s/app.sock
|
|
chmod-socket = 666
|
|
vacuum = true
|
|
plugins = python35
|
|
|
|
gid=www-data
|
|
uid=www-data
|
|
|