animeic 2 년 전
부모
커밋
55f0e7407d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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/;
    }