Skip to content

Instantly share code, notes, and snippets.

@hkim823
Created March 27, 2014 18:53
Show Gist options
  • Save hkim823/9815225 to your computer and use it in GitHub Desktop.
Save hkim823/9815225 to your computer and use it in GitHub Desktop.
[program:lms]
command=/edx/app/edxapp/venvs/edxapp/bin/gunicorn --preload -b 127.0.0.1:8000 -w 8 --timeout=300 --pythonpath=/edx/app/edxapp/edx-platform lms.wsgi
user=www-data
directory=/edx/app/edxapp/edx-platform
environment=PORT=8000,ADDRESS=127.0.0.1,LANG=en_US.UTF-8,DJANGO_SETTINGS_MODULE=lms.envs.aws,SERVICE_VARIANT="lms"
stdout_logfile=/edx/var/log/supervisor/%(program_name)-stdout.log
stderr_logfile=/edx/var/log/supervisor/%(program_name)-stderr.log
killasgroup=true
stopasgroup=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment