gunicorn_config.py 242 B

123456
  1. command = '/opt/YNH_APP_INSTANCE_NAME/venv/bin/gunicorn'
  2. pythonpath = '/opt/YNH_APP_INSTANCE_NAME'
  3. workers = 4
  4. user = 'YNH_APP_INSTANCE_NAME'
  5. bind = 'unix:/opt/YNH_APP_INSTANCE_NAME/sock'
  6. pid = '/run/gunicorn/YNH_APP_INSTANCE_NAME-pid'