mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +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
 | |
| }
 |