netbox-docker/configuration/gunicorn_config.py
2018-03-29 13:50:24 +03:00

8 lines
170 B
Python

command = '/usr/bin/gunicorn'
pythonpath = '/opt/netbox/netbox'
bind = '0.0.0.0:8001'
workers = 3
errorlog = '-'
accesslog = '-'
capture_output = False
loglevel = 'info'