immortaly.yml.j2 202 B

1234567
  1. cmd: gunicorn --bind 0.0.0.0:8011 -w 2 --threads 2 emus_web.wsgi:application
  2. log:
  3. file: /var/log/emus.log
  4. age: 86400 # log 1 day
  5. num: 7 # keep 7 files
  6. size: 1 # size of file 1MB
  7. wait: 1