2 Commits

Author SHA1 Message Date
cbc7b52f96 change address of service 2021-01-24 16:43:39 +01:00
a0230690af fix 2021-01-21 16:51:40 +01:00
2 changed files with 7 additions and 8 deletions

View File

@ -1,10 +1,9 @@
server { server {
listen 80; listen 80;
server_name hv-ui; server_name hv-ui;
location / {
location / { root /usr/share/nginx/html;
location /usr/share/nginx/html; try_files $uri $uri/ /index.html;
try_files $uri $uri/ /index.html; }
}
} }

View File

@ -1 +1 @@
export const serviceBaseUrl = "http://172.16.3.32:5000"; export const serviceBaseUrl = "http://172.16.10.29:5000";