Explorar el Código

修改nginx推荐的配置

guo00guo hace 4 años
padre
commit
2d5029bd7e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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;