瀏覽代碼

修改nginx推荐的配置

guo00guo 4 年之前
父節點
當前提交
2d5029bd7e
共有 2 個文件被更改,包括 2 次插入2 次删除
  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;