mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 14:30:29 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			179 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# more info: https://caddyserver.com/docs/caddyfile/patterns#single-page-apps-spas
 | 
						|
cinny.domain.tld {
 | 
						|
  root * /path/to/cinny/dist
 | 
						|
  try_files {path} / index.html
 | 
						|
  file_server
 | 
						|
}
 |