mirror of
				https://github.com/BBaoVanC/bbaovanc.com.git
				synced 2025-11-04 02:37:55 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			150 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			150 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
# vim: ft=caddyfile
 | 
						|
 | 
						|
https://localhost {
 | 
						|
    header Cache-Control no-cache
 | 
						|
    root * public/
 | 
						|
    file_server {
 | 
						|
        precompressed br gzip
 | 
						|
    }
 | 
						|
}
 |