aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/netbox/gunicorn_config.py
blob: 7de9b24a33b5b9b54544428afcc43507c993c759 (plain)
1
2
3
4
5
command = '/usr/bin/gunicorn'
pythonpath = '/usr/share/webapps/netbox'
bind = '127.0.0.1:8001'
workers = 3
user = 'netbox'