diff --git a/deploy/nginx/omnl-common-locations.conf b/deploy/nginx/omnl-common-locations.conf index 419242b..57cea35 100644 --- a/deploy/nginx/omnl-common-locations.conf +++ b/deploy/nginx/omnl-common-locations.conf @@ -11,7 +11,7 @@ location /api/v1/ { } location /settlement/ { - proxy_pass http://omnl_settlement/; + proxy_pass http://omnl_settlement/api/v1/settlement/; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; @@ -22,7 +22,7 @@ location /settlement/ { } location /exchange/ { - proxy_pass http://omnl_exchange/; + proxy_pass http://omnl_exchange/api/v1/exchange/; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; diff --git a/deploy/nginx/omnl-lxc-portal.conf b/deploy/nginx/omnl-lxc-portal.conf index 22c663e..c7e8b49 100644 --- a/deploy/nginx/omnl-lxc-portal.conf +++ b/deploy/nginx/omnl-lxc-portal.conf @@ -40,14 +40,14 @@ http { } location /settlement/ { - proxy_pass http://omnl_lxc_settlement/; + proxy_pass http://omnl_lxc_settlement/api/v1/settlement/; proxy_http_version 1.1; proxy_set_header Host $host; proxy_read_timeout 120s; } location /exchange/ { - proxy_pass http://omnl_lxc_exchange/; + proxy_pass http://omnl_lxc_exchange/api/v1/exchange/; proxy_http_version 1.1; proxy_set_header Host $host; proxy_read_timeout 120s; diff --git a/frontend-dapp/index.html b/frontend-dapp/index.html index ba1a61c..73345a6 100644 --- a/frontend-dapp/index.html +++ b/frontend-dapp/index.html @@ -4,7 +4,7 @@ -