@@ -1,5 +1,5 @@
-upstream winit-svc {
- server winit-svc:8095;
+upstream sharetransmit-svc {
+ server sharetransmit-svc:8006;
}
server {
@@ -30,7 +30,7 @@ server {
proxy_redirect off;
proxy_http_version 1.1;
- proxy_pass http://winit-svc;
+ proxy_pass http://sharetransmit-svc;
location /favicon.ico {