Bläddra i källkod
			
			add nginx path for sdk handlers (#2899) (#2900)
			
				
### What problem does this PR solve?
add the nginx path `/api` for sdk handlers 
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
			
			tags/v0.13.0
		 
		
			
				
					
						 Kaleo
					
					1 år sedan
						Kaleo
					
					1 år sedan
				 
				
					
						
							
								förälder
							
							
						
						
						incheckning
						1d6bcf5aa2
					 
				 
			 
		 
		
			
				
				  
				  Inget konto är kopplat till bidragsgivarens mejladress
				
			
		
		
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			|  |  | @@ -10,7 +10,7 @@ server { | 
		
	
		
			
			|  |  |  | gzip_vary on; | 
		
	
		
			
			|  |  |  | gzip_disable "MSIE [1-6]\."; | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | location /v1 { | 
		
	
		
			
			|  |  |  | location ~ ^/(v1|api) { | 
		
	
		
			
			|  |  |  | proxy_pass http://ragflow:9380; | 
		
	
		
			
			|  |  |  | include proxy.conf; | 
		
	
		
			
			|  |  |  | } |