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.
 
 
 
 
 
 

14 lines
372 B

[program:uwsgi]
command=uwsgi --master -p 16 --max-requests 500 --disable-logging --socket 127.0.0.1:9090 -w project.wsgi
directory=/app/
environment=HOME="/var/www"
autostart=true
autorestart=true
user=www-data
redirect_stderr=true
stopsignal=KILL
stopasgroup=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stdout
stderr_logfile_maxbytes=0