Most solaris rotating nginx related news are at:
G1 Garbage Collector Considered Slow? 19 Mar 2012 | 06:39 am
I was recently considering trying out the new G1 garbage collector, see if it was any better than current real time CMS garbage collector. A concurrent soft real-time garbage collector that can compac...
G1 Garbage Collector Considered Slow? 19 Mar 2012 | 02:39 am
I was recently considering trying out the new G1 garbage collector, see if it was any better than current real time CMS garbage collector. A concurrent soft real-time garbage collector that can compac...
More solaris rotating nginx related news:
nginx 使用 logrotate 回滚日志 bluedata.org 4 Sep 2009 | 07:28 pm
vi /usr/local/nginx/conf/logrotate.conf /var/log/nginx/*.log { daily missingok rotate 7 compress delaycompress notifempty create 640 www-data adm sharedscripts prerotate sleep 59 endscript...
Nginx log rotation onaxer.com 2 Feb 2013 | 11:57 am
I wanted to start cycling my previous nginx log files, as logs were getting a little large. NGINX doesn’t have built in support for log rotation, there is a system level linux command called logrotate...