9 lines
		
	
	
		
			81 B
		
	
	
	
		
			Nginx Configuration File
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			81 B
		
	
	
	
		
			Nginx Configuration File
		
	
	
	
	
	
events {}  
 | 
						|
  
 | 
						|
http {  
 | 
						|
 server {  
 | 
						|
    listen 80;
 | 
						|
    index index.html;
 | 
						|
  }  
 | 
						|
}
 |