Browse Source

Merge branch 'feature-2.0' into 'Test'

增加nginx配置

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

+ 4 - 0
tool4deploy-test/conf.d/nginx.conf

@@ -28,6 +28,10 @@ server {
             proxy_send_timeout 1200s;
         }
 
+        location /recommendationtest {
+            proxy_pass http://59.42.10.54:7477;
+        }
+
         #error_page  404              /404.html;
 
         # redirect server error pages to the static page /50x.html

+ 4 - 0
tool4deploy/conf.d/nginx.conf

@@ -28,6 +28,10 @@ server {
             proxy_send_timeout 1200s;
         }
 
+        location /recommendationtest {
+            proxy_pass http://59.42.10.54:7477;
+        }
+
         #error_page  404              /404.html;
 
         # redirect server error pages to the static page /50x.html