Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/231
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			275 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			275 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# default docker Caddyfile config for Akkoma
 | 
						|
#
 | 
						|
# Simple installation instructions:
 | 
						|
# 1. Replace 'example.tld' with your instance's domain wherever it appears.
 | 
						|
 | 
						|
example.tld  {
 | 
						|
  log {
 | 
						|
    output file /var/log/caddy/akkoma.log
 | 
						|
  }
 | 
						|
 | 
						|
  encode gzip
 | 
						|
 | 
						|
  reverse_proxy akkoma:4000
 | 
						|
}
 |