aboutsummaryrefslogtreecommitdiff
path: root/netbox/etc/uwsgi/netbox.ini
blob: 8431c6f041ba5369e0c550294304a4b7aa5e16bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[uwsgi]
plugin = python
master = true
no-orphans = true
socket = [::]:9000
uid = netbox
gid = netbox
mime-file = /etc/mime.types
chdir = /opt/netbox/netbox
pythonpath = /opt/netbox/netbox
workers = 2
wsgi-file = netbox/wsgi.py
harakiri = 300
offload-threads = 4
static-map = /static=/opt/netbox/netbox/static