gunicorn.conf.py 49 B

123
  1. bind="0.0.0.0:80"
  2. worker_class="gevent"
  3. workers=5