Add proxy_pass with rewrite for /bisq/api into nginx.conf
This commit is contained in:
		
							parent
							
								
									5198c3a5af
								
							
						
					
					
						commit
						4e6ba18f19
					
				| @ -223,5 +223,9 @@ http { | |||||||
| 		location /testnet/api/ { | 		location /testnet/api/ { | ||||||
| 			proxy_pass http://[::1]:3002/; | 			proxy_pass http://[::1]:3002/; | ||||||
| 		} | 		} | ||||||
|  | 
 | ||||||
|  | 		location /bisq/api { | ||||||
|  | 			proxy_pass http://127.0.0.1:8999/api/v1/bisq; | ||||||
|  | 		} | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user