NG-UI http issue 97/14697/2
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Fri, 1 Nov 2024 14:32:51 +0000 (20:02 +0530)
committerjssan <sandhya.j@tataelxsi.co.in>
Thu, 14 Nov 2024 14:49:53 +0000 (15:49 +0100)
- Has NBI removed https changed https to http in server
  communication

Change-Id: I74155245f7a12f2eb7767395305080430b5326a0
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
nginx/nginx.conf

index 1d3f29d..115bd82 100644 (file)
@@ -23,7 +23,7 @@ server {
     client_max_body_size 50M;
 
     location /osm {
-        proxy_pass https://nbi:9999;
+        proxy_pass http://nbi:9999;
         proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;
         proxy_set_header Accept-Encoding "";
     }