9 lines
		
	
	
		
			126 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			126 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
server {
 | 
						|
    listen       80;
 | 
						|
    server_name  localhost;
 | 
						|
    location / {
 | 
						|
        proxy_pass   http://backend:8000;
 | 
						|
    }
 | 
						|
 | 
						|
}
 |