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