Add query parameter to disable cache for s3
This commit is contained in:
		
							parent
							
								
									b22698a79b
								
							
						
					
					
						commit
						1a48817558
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,12 @@
 | 
			
		|||
s3.serguzim.me {
 | 
			
		||||
	import default
 | 
			
		||||
 | 
			
		||||
	@nocache {
 | 
			
		||||
		query nocache=*
 | 
			
		||||
	}
 | 
			
		||||
	header @nocache "Cache-Control" "no-store, no-cache"
 | 
			
		||||
	#header "Cache-Control" "no-store, no-cache"
 | 
			
		||||
 | 
			
		||||
	reverse_proxy minio:9000
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue