kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Fix a typo in the proxy configuration
							rodzic
							
								
									b412616c28
								
							
						
					
					
						commit
						91a8f919de
					
				| 
						 | 
				
			
			@ -23,5 +23,5 @@ return [
 | 
			
		|||
     * how many proxies that client's request has
 | 
			
		||||
     * subsequently passed through.
 | 
			
		||||
     */
 | 
			
		||||
    'proxies' => explode(env('TRUST_PROXIES', ''), ','),
 | 
			
		||||
    'proxies' => explode(',', env('TRUST_PROXIES', '')),
 | 
			
		||||
];
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue