mirror of
				https://git.tt-rss.org/fox/ttrss-docker-compose
				synced 2025-11-04 04:14:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			154 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			154 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
{%HTTP_HOST%}
 | 
						|
tls ttrss@{%HTTP_HOST%}
 | 
						|
 | 
						|
root /var/www/html
 | 
						|
log stdout
 | 
						|
errors stderr
 | 
						|
internal /tt-rss/cache
 | 
						|
internal /tt-rss/backups
 | 
						|
fastcgi / app:9000 php
 |