16 lines
		
	
	
		
			246 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			246 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
# See https://caddyserver.com/docs/caddyfile for more details
 | 
						|
{
 | 
						|
	admin 0.0.0.0:2020
 | 
						|
	auto_https disable_certs
 | 
						|
	http_port 8800
 | 
						|
	https_port 4443
 | 
						|
}
 | 
						|
 | 
						|
:8082 {
 | 
						|
	root * {$CADDY_ROOT_DIR}
 | 
						|
	log {
 | 
						|
		output file {$CADDY_LOG_DIR}/caddy.log
 | 
						|
	}
 | 
						|
	file_server
 | 
						|
}
 |