ops: Fix nginx routing for /api/v1/accelerations
This commit is contained in:
		
							parent
							
								
									94e223e8da
								
							
						
					
					
						commit
						c5beee3a40
					
				@ -2,9 +2,6 @@
 | 
				
			|||||||
# routing #
 | 
					# routing #
 | 
				
			||||||
###########
 | 
					###########
 | 
				
			||||||
 | 
					
 | 
				
			||||||
location /api/v1/accelerations {
 | 
					 | 
				
			||||||
	try_files /dev/null @mempool-api-v1-services-cache-short;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
location /api/v1/assets {
 | 
					location /api/v1/assets {
 | 
				
			||||||
	try_files /dev/null @mempool-api-v1-services-cache-short;
 | 
						try_files /dev/null @mempool-api-v1-services-cache-short;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -32,6 +32,9 @@ location /api/v1/mining {
 | 
				
			|||||||
location /api/v1/fees/recommended {
 | 
					location /api/v1/fees/recommended {
 | 
				
			||||||
	try_files /dev/null @mempool-api-v1-cache-hot;
 | 
						try_files /dev/null @mempool-api-v1-cache-hot;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					location /api/v1/accelerations {
 | 
				
			||||||
 | 
						try_files /dev/null @mempool-api-v1-cache-hot;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# it's ok to cache blockchain data "forever", so we do 30d
 | 
					# it's ok to cache blockchain data "forever", so we do 30d
 | 
				
			||||||
location /api/v1/block/ {
 | 
					location /api/v1/block/ {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user