mirror of
				https://gitee.com/SuperManito/LinuxMirrors
				synced 2025-11-04 08:20:28 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			337 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			337 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[headers]]
 | 
						|
  for = "/*.js"
 | 
						|
  [headers.values]
 | 
						|
    Cache-Control = "public, max-age=31536000, must-revalidate"
 | 
						|
 | 
						|
[[headers]]
 | 
						|
  for = "/*.css"
 | 
						|
  [headers.values]
 | 
						|
    Cache-Control = "public, max-age=31536000, must-revalidate"
 | 
						|
 | 
						|
[[headers]]
 | 
						|
  for = "/*.png"
 | 
						|
  [headers.values]
 | 
						|
    Cache-Control = "public, max-age=31536000, must-revalidate"
 |