add bundle:netbox
This commit is contained in:
parent
f077346930
commit
b0d2503f08
8 changed files with 416 additions and 0 deletions
7
bundles/netbox/files/gunicorn_config.py
Normal file
7
bundles/netbox/files/gunicorn_config.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
command = '/opt/netbox/venv/bin/gunicorn'
|
||||
pythonpath = '/opt/netbox/src/netbox'
|
||||
bind = '127.0.0.1:22080'
|
||||
workers = ${min(node.metadata.get('vm/cpu', 1), 6)*2+1}
|
||||
threads = 1
|
||||
max_requests = 5000
|
||||
max_requests_jitter = 500
|
Loading…
Add table
Add a link
Reference in a new issue