mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-04 03:03:18 -05:00 
			
		
		
		
	
		
			
	
	
		
			15 lines
		
	
	
		
			153 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			153 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  auto_https off
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								:80 {
							 | 
						||
| 
								 | 
							
								  root * /srv
							 | 
						||
| 
								 | 
							
								  encode gzip
							 | 
						||
| 
								 | 
							
								  uri strip_suffix /
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  handle {
							 | 
						||
| 
								 | 
							
								    try_files {path} {path}/ /index.html
							 | 
						||
| 
								 | 
							
								    file_server 
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								}
							 |