| 
									
										
										
										
											2015-02-27 00:58:55 +00:00
										 |  |  | # Copyright 1999-2014 Gentoo Foundation | 
					
						
							|  |  |  | # Distributed under the terms of the GNU General Public License v2 | 
					
						
							| 
									
										
										
										
											2015-09-05 22:02:27 +00:00
										 |  |  | # $Id$ | 
					
						
							| 
									
										
										
										
											2015-02-27 00:58:55 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | /var/log/nginx/*_log { | 
					
						
							|  |  |  | 	missingok | 
					
						
							|  |  |  | 	delaycompress | 
					
						
							|  |  |  | 	sharedscripts | 
					
						
							|  |  |  | 	postrotate | 
					
						
							|  |  |  | 		test -r /run/nginx.pid && kill -USR1 `cat /run/nginx.pid` | 
					
						
							|  |  |  | 	endscript | 
					
						
							|  |  |  | } |