summaryrefslogtreecommitdiffstats
path: root/rulemgt-standalone/src/main/assembly/nginx-https.conf
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2021-05-10 09:25:07 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2021-05-10 09:25:07 +0800
commit651299403cf7ce5330bfca347d68197c3fba7eab (patch)
tree4287d911ae08c16d29d1e0c804b8e48eecf02d84 /rulemgt-standalone/src/main/assembly/nginx-https.conf
parent02d77eca00e25c4336c3482614d91f27e206a922 (diff)
bugfix - Failed to create new rules via Holmes GUIhonolulu
Change-Id: Ied630613f2504b36fe313ff727a636a00546a9f6 Issue-ID: HOLMES-440 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/nginx-https.conf')
-rw-r--r--rulemgt-standalone/src/main/assembly/nginx-https.conf4
1 files changed, 2 insertions, 2 deletions
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;
}
}