projects
/
osm
/
NG-UI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b534715
)
NG-UI http issue
97/14697/2
author
SANDHYA.JS
<sandhya.j@tataelxsi.co.in>
Fri, 1 Nov 2024 14:32:51 +0000
(20:02 +0530)
committer
jssan
<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
patch
|
blob
|
history
diff --git
a/nginx/nginx.conf
b/nginx/nginx.conf
index
1d3f29d
..
115bd82
100644
(file)
--- a/
nginx/nginx.conf
+++ b/
nginx/nginx.conf
@@
-23,7
+23,7
@@
server {
client_max_body_size 50M;
location /osm {
- proxy_pass http
s
://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 "";
}