X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-standalone%2Fsrc%2Fmain%2Fassembly%2Fnginx-http.conf;h=e0c4ff327f55a90f97d37bf616ce7e8b8ac973e7;hb=6f0d10beffc66f5e44f91538b3cd396cce5f8c84;hp=856ad0d2f17771f6c2eadf3eb92caeb3c477cc31;hpb=a041fdb31505fc086e9416126e43f03e7cd50442;p=holmes%2Frule-management.git diff --git a/rulemgt-standalone/src/main/assembly/nginx-http.conf b/rulemgt-standalone/src/main/assembly/nginx-http.conf index 856ad0d..e0c4ff3 100644 --- a/rulemgt-standalone/src/main/assembly/nginx-http.conf +++ b/rulemgt-standalone/src/main/assembly/nginx-http.conf @@ -39,12 +39,12 @@ http { proxy_redirect off; if ($uri ~ "/api/holmes-rule-mgmt/(.*)") { - proxy_pass http://$host:9101$request_uri; + proxy_pass http://msb-iag.onap$request_uri; break; } if ($uri ~ "/api/holmes-engine-mgmt/(.*)") { - proxy_pass http://$host:9102$request_uri; + proxy_pass http://msb-iag.onap$request_uri; break; } }