-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinventory.ini
More file actions
25 lines (21 loc) · 777 Bytes
/
Copy pathinventory.ini
File metadata and controls
25 lines (21 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[uwsgi]
# Careful when autoloading not to install uwsgi-plugins-all!
autoload = true
uid = mark
# the virtualenv (full path)
home = /home/mark/inventory
# Django-related settings
# the base directory (full path)
chdir = /home/mark/inventory/inventory/
# Django's wsgi module. For the uninitiated: this is not a file name, but a directory name followed by a dot and a python file name without the .py file extension
module = inventory.wsgi
# master
#master = true
# maximum number of worker processes
processes = 10
# the socket (use the full path to be safe)
socket = /home/mark/inventory/inventory/inventory.sock
chmod-socket = 664
chown-socket = %(uid):www-data
# clear environment on exit
vacuum = true