9 lines
166 B
Python
9 lines
166 B
Python
command = '/usr/bin/gunicorn'
|
|
pythonpath = '/opt/netbox/netbox'
|
|
bind = '0.0.0.0:8001'
|
|
workers = 3
|
|
user = 'root'
|
|
errorlog = '-'
|
|
accesslog = '-'
|
|
capture_output = False
|