Gavin преди 6 години
родител
ревизия
b99356723e
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      k8swebapi-nginx/conf.d/k8swebapi-nginx.conf

+ 3 - 3
k8swebapi-nginx/conf.d/k8swebapi-nginx.conf

@@ -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 {