[program:example.com]
command=/var/www/example/data/www/example.com/env/bin/gunicorn app.wsgi:application --name example.com --workers 2 --max-requests 1024 --timeout 1200 --preload --bind=unix:/var/www/example/data/tmp/example.com.sock
directory=/var/www/example/data/www/example.com
stdout_logfile=/var/www/example/data/tmp/example.com.stdout.log
stderr_logfile=/var/www/example/data/tmp/example.com.stderr.log
user=example