Newer
Older
netbox-docker / docker / gunicorn_config.py
@Christian Mäder Christian Mäder on 27 Oct 2020 170 bytes Revert changes to 'gunicorn_config.py'
command = '/usr/bin/gunicorn'
pythonpath = '/opt/netbox/netbox'
bind = '0.0.0.0:8001'
workers = 3
errorlog = '-'
accesslog = '-'
capture_output = False
loglevel = 'info'