22 lines
		
	
	
		
			No EOL
		
	
	
		
			375 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			No EOL
		
	
	
		
			375 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
# caddyfile dec 2021
 | 
						|
{
 | 
						|
	admin 0.0.0.0:2015
 | 
						|
	email bunce.andy@gmail.com
 | 
						|
	# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
 | 
						|
}
 | 
						|
 | 
						|
netdata.n2-plus.local {
 | 
						|
    reverse_proxy n2-plus.local:9000
 | 
						|
}
 | 
						|
 | 
						|
n2-plus.local {
 | 
						|
        encode zstd gzip
 | 
						|
        root links
 | 
						|
        file_server browse
 | 
						|
}
 | 
						|
 | 
						|
fish.local {
 | 
						|
        encode zstd gzip
 | 
						|
        root .
 | 
						|
        file_server browse
 | 
						|
} |