animeic 2 anni fa
parent
commit
55f0e7407d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      nginx/conf.d/default.conf

+ 2 - 2
nginx/conf.d/default.conf

@@ -41,11 +41,11 @@ server {
 
    # 3dshow2.0 用户
    location /user/ {
-      proxy_pass  http://3dshow2-user:8908/usercenter/;
+      proxy_pass  http://3dshow2-user-dev:8908/usercenter/;
    }
    # 3dshow2.0
    location / {
-      proxy_pass  http://3dshow2:8888/3dshow/;
+      proxy_pass  http://3dshow2-dev:8888/3dshow/;
    }