From 87d68496705e1953a62b4ed57516a86d18cef195 Mon Sep 17 00:00:00 2001
From: HeNine <>
Date: Fri, 12 Nov 2021 08:54:05 +0100
Subject: [PATCH] Getting DB transcription up and running
---
buscribe-web/index.html | 1 +
nginx/nginx.conf | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/buscribe-web/index.html b/buscribe-web/index.html
index 4aba18b..bc2b67d 100644
--- a/buscribe-web/index.html
+++ b/buscribe-web/index.html
@@ -18,6 +18,7 @@
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index e33e529..135eb6f 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -46,8 +46,9 @@ http {
root /usr/share/nginx/html/buscribe;
index index.html index.htm;
}
- location /buscribelrr/json { proxy_pass http://buscribeapilrr:8010/buscribe/json; }
+
location /buscribe/loadingreadyrun/json { proxy_pass http://buscribeapilrr:8010/buscribe/json; }
+ location /buscribe/desertbus/json { proxy_pass http://buscribeapidb:8010/buscribe/json; }
}