8 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
| server {
 | |
|     listen       80;
 | |
|     server_name  localhost;
 | |
|     location / {
 | |
|         proxy_pass   http://backend:5000;
 | |
|     }
 | |
| 
 | |
| }
 |