mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 10:21:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			188 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			188 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/var/log/php81/*.log {
 | 
						|
	rotate 7
 | 
						|
	daily
 | 
						|
	missingok
 | 
						|
	notifempty
 | 
						|
	delaycompress
 | 
						|
	compress
 | 
						|
	dateext
 | 
						|
	sharedscripts
 | 
						|
	postrotate
 | 
						|
		/etc/init.d/php-fpm81 --ifstarted --quiet reopen
 | 
						|
	endscript
 | 
						|
}
 |