|
@@ -153,6 +153,9 @@ server {
|
|
|
location ~ ^/new_moston/ {
|
|
|
proxy_pass http://moston-svc:9001;
|
|
|
}
|
|
|
+ location ~ ^/new_acquisition/ {
|
|
|
+ proxy_pass http://acquisit-svc:9001;
|
|
|
+ }
|
|
|
}
|
|
|
server {
|
|
|
listen 80;
|
|
@@ -206,4 +209,7 @@ server {
|
|
|
location ~ ^/new_moston/ {
|
|
|
proxy_pass http://moston-svc:9001;
|
|
|
}
|
|
|
+ location ~ ^/new_acquisition/ {
|
|
|
+ proxy_pass http://acquisit-svc:9001;
|
|
|
+ }
|
|
|
}
|