Feature #263
Devsite crashes after few days
Description
Configuration issue related to packages
Cron restart backend every 24h to w/a issue
Updated by tin over 8 years ago
- Due date set to 10/14/2012
- Priority changed from Normal to High
- Start date changed from 07/08/2012 to 10/13/2012
Updated by tin about 8 years ago
- % Done changed from 0 to 20
Moved to rnd server, evaluation stability problem.
Updated by tin about 8 years ago
- % Done changed from 20 to 50
Moved for manual thin server now, passenger not used
Updated by tin over 7 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Not happen anymore, seems fine with new engine set.
Updated by tin about 7 years ago
- 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; }