浏览代码

no message

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 {