[Bug 499494] Re: nginx logrotate conf file sets wrong owner for the log

Fabrice Coutadeur coutadeurf at gmail.com
Sat Jan 30 07:29:31 UTC 2010


strange enough:apache has the same kind of config:
/var/log/apache2/*.log {
	weekly
	missingok
	rotate 52
	compress
	delaycompress
	notifempty
	create 640 root adm
	sharedscripts
	postrotate
		if [ -f "`. /etc/apache2/envvars ; echo ${APACHE_PID_FILE:-/var/run/apache2.pid}`" ]; then
			/etc/init.d/apache2 reload > /dev/null
		fi
	endscript
}

-- 
nginx logrotate conf file sets wrong owner for the log
https://bugs.launchpad.net/bugs/499494
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list