slackbuilds_ponce/network/lighttpd/conf/lighttpd.logrotate
ponce be1bc0c80f network/lighttpd: Updated for version 1.4.31.
This commit also moves config files into a subdirectory and
added notes about SSL/BEAST and another php example to lighttpd.conf.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-21 08:55:35 -05:00

15 lines
263 B
Text

/var/log/lighttpd/*.log {
daily
missingok
copytruncate
rotate 7
create 0644 lighttpd lighttpd
compress
notifempty
sharedscripts
postrotate
if [ -x /etc/rc.d/rc.lighttpd -a -f /var/run/lighttpd.pid ]; then
/etc/rc.d/rc.lighttpd reload
fi
endscript
}