Procházet zdrojové kódy

Merge branch 'Test' into 'master'

Test

See merge request crowd-2019/crowd-test-service-front!161
郭超 před 4 roky
rodič
revize
bdf54e42c6

+ 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