From 763b810ca1a9d755205e49b1246025b83abb5132 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Wed, 27 Jan 2021 04:41:00 +0000 Subject: Add netbox --- netbox/etc/uwsgi/netbox.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 netbox/etc/uwsgi/netbox.ini (limited to 'netbox/etc/uwsgi/netbox.ini') 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 @@ +[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 -- cgit v1.2.3