gunicorn_config.py 112 B

12345
  1. command = '/usr/bin/gunicorn'
  2. pythonpath = '/opt/netbox/netbox'
  3. bind = '0.0.0.0:8001'
  4. workers = 3
  5. user = 'root'