[ops] Add missing unfurl nginx route
This commit is contained in:
		
							parent
							
								
									4f3acb65cf
								
							
						
					
					
						commit
						53774a84c6
					
				@ -48,6 +48,9 @@ add_header Vary Cookie;
 | 
			
		||||
# for exact / requests, redirect based on $lang
 | 
			
		||||
# cache redirect for 5 minutes
 | 
			
		||||
location = / {
 | 
			
		||||
	if ($unfurlbot) {
 | 
			
		||||
		proxy_pass $mempoolSpaceUnfurler;
 | 
			
		||||
	}
 | 
			
		||||
	if ($lang != '') {
 | 
			
		||||
		return 302 $scheme://$host/$lang/;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user