mirror of
https://github.com/lucaspalomodevelop/netbox.git
synced 2026-03-14 17:24:35 +00:00
6 lines
112 B
Python
6 lines
112 B
Python
command = '/usr/bin/gunicorn'
|
|
pythonpath = '/opt/netbox/netbox'
|
|
bind = '0.0.0.0:8001'
|
|
workers = 3
|
|
user = 'root'
|