Browse Source

Merge branch 'feature-2.0' into 'Test'

修改nginx推荐的配置

See merge request crowd-2019/crowd-test-service-front!162
郭超 4 years ago
parent
commit
fc99f26283
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tool4deploy-test/conf.d/nginx.conf
  2. 1 1
      tool4deploy/conf.d/nginx.conf

+ 1 - 1
tool4deploy-test/conf.d/nginx.conf

@@ -29,7 +29,7 @@ server {
         }
 
         location /recommendationtest {
-            proxy_pass http://59.42.10.54:7477;
+            proxy_pass http://taskRecommend:7477;
         }
 
         #error_page  404              /404.html;

+ 1 - 1
tool4deploy/conf.d/nginx.conf

@@ -29,7 +29,7 @@ server {
         }
 
         location /recommendationtest {
-            proxy_pass http://59.42.10.54:7477;
+            proxy_pass http://taskRecommend:7477;
         }
 
         #error_page  404              /404.html;