You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

latest.conf 759B

1234567891011121314151617181920
  1. [program:oscar-latest]
  2. command=/var/www/oscar/virtualenvs/latest/bin/uwsgi
  3. --socket /var/www/oscar/run/latest/uwsgi.sock
  4. --wsgi-file /var/www/oscar/builds/latest/sites/sandbox/deploy/wsgi/latest.wsgi
  5. --touch-reload /var/www/oscar/builds/latest/sites/sandbox/deploy/wsgi/latest.wsgi
  6. --virtualenv /var/www/oscar/virtualenvs/latest
  7. --uid www-data
  8. --gid www-data
  9. --chmod-socket=666
  10. --processes 3
  11. --harakiri-verbose
  12. --master
  13. --max-requests 500
  14. directory=/var/www/oscar/builds/latest/sites/sandbox
  15. autostart=true
  16. autorestart=true
  17. stdout_logfile=/var/www/oscar/logs/latest/uwsgi.log
  18. stderr_logfile=/var/www/oscar/logs/latest/uwsgi_error.log
  19. redirect_stderr=true
  20. stopsignal=QUIT