| 
						
						
							
								
							
						
						
					 | 
				
			
			 | 
			 | 
			
				@ -18,7 +18,7 @@ location __PATH__/ {
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				  try_files $uri $uri/ index.php;
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				  location ~ [^/]\.php(/|$) {
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				    fastcgi_split_path_info ^(.+?\.php)(/.*)$;
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				    fastcgi_pass unix:/var/run/php5-fpm-__NAME__.sock;
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				    fastcgi_pass unix:/var/run/php/php7.0-fpm-__NAME__.sock;
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				    fastcgi_index index.php;
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				    include fastcgi_params;
 | 
			
		
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
			
			 | 
			 | 
			
				
 
 |