gunicorn.conf.py 75 B

12345
  1. workers = 1
  2. threads = 4
  3. worker_tmp_dir = "/dev/shm"
  4. bind = "0.0.0.0:5000"