aboutsummaryrefslogtreecommitdiff
path: root/netbox/etc/uwsgi/netbox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'netbox/etc/uwsgi/netbox.ini')
-rw-r--r--netbox/etc/uwsgi/netbox.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/netbox/etc/uwsgi/netbox.ini b/netbox/etc/uwsgi/netbox.ini
new file mode 100644
index 0000000..8431c6f
--- /dev/null
+++ b/netbox/etc/uwsgi/netbox.ini
@@ -0,0 +1,15 @@
1[uwsgi]
2plugin = python
3master = true
4no-orphans = true
5socket = [::]:9000
6uid = netbox
7gid = netbox
8mime-file = /etc/mime.types
9chdir = /opt/netbox/netbox
10pythonpath = /opt/netbox/netbox
11workers = 2
12wsgi-file = netbox/wsgi.py
13harakiri = 300
14offload-threads = 4
15static-map = /static=/opt/netbox/netbox/static