Feature #263
Devsite crashes after few days
Added by tin about 10 years ago.
Updated over 8 years ago.
Description
Configuration issue related to packages
Cron restart backend every 24h to w/a issue
- Target version set to 1.4
- Status changed from New to In Progress
- Due date set to 10/14/2012
- Priority changed from Normal to High
- Start date changed from 07/08/2012 to 10/13/2012
- Description updated (diff)
- % Done changed from 0 to 20
Moved to rnd server, evaluation stability problem.
- % Done changed from 20 to 50
Moved for manual thin server now, passenger not used
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Not happen anymore, seems fine with new engine set.
- Priority changed from High to Urgent
- Status changed from Resolved to Closed
Moving to thin+nginx resolved stability issues.
/usr/local/etc/nginx/x.conf
upstream test {
server unix:/var/run/redmine-test/redmine-test.0.sock;
}
client_max_body_size 200M;
client_header_timeout 1000;
client_body_timeout 2000;
keepalive_timeout 2250 200;
tcp_nodelay on;
gzip on;
gzip_types application/javascript application/pdf text/css text/plain text/xml;
location / {
gzip on;
gzip_types application/javascript application/pdf text/css text/plain text/xml;
proxy_pass http://test;
root /usr/local/www/redmine-test/public;
}
Also available in: Atom
PDF