13 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| server {
 | |
|     listen 80 default_server;
 | |
|     listen [::]:80 default_server;
 | |
| 
 | |
|     location / {
 | |
|         root   /usr/share/nginx/html;
 | |
|         index  index.html index.htm;
 | |
|     }
 | |
| 
 | |
|     location /.well-known/acme-challenge {
 | |
|         root   /var/www;
 | |
|     }
 | |
| }
 |