* BAEL-4316 Sample apps to showcase how to add files from outside docker context * BAEL-4316 update README content * BAEL-4316 change example * BAEL-4316 update docker file * BAEL-4316 revert the README changes * BAEL-4316 change directory structure * BAEL-4316 deleted old files Co-authored-by: Swapan Pramanick <swapan.pramanick@zalando.de>
		
			
				
	
	
		
			9 lines
		
	
	
		
			81 B
		
	
	
	
		
			Nginx Configuration File
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			81 B
		
	
	
	
		
			Nginx Configuration File
		
	
	
	
	
	
| events {}  
 | |
|   
 | |
| http {  
 | |
|  server {  
 | |
|     listen 80;
 | |
|     index index.html;
 | |
|   }  
 | |
| }
 |