mirror of
				https://github.com/hoellen/dockerfiles.git
				synced 2025-11-04 08:17:00 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			326 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			326 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								proxy_set_header        Host                 $host;
							 | 
						||
| 
								 | 
							
								proxy_set_header        X-Real-IP            $remote_addr;
							 | 
						||
| 
								 | 
							
								proxy_set_header        X-Forwarded-For      $proxy_add_x_forwarded_for;
							 | 
						||
| 
								 | 
							
								proxy_set_header        X-Remote-Port        $remote_port;
							 | 
						||
| 
								 | 
							
								proxy_set_header        X-Forwarded-Proto    $scheme;
							 | 
						||
| 
								 | 
							
								proxy_redirect          off;
							 |