X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Fcontrolpanel%2Fresources-ing%2Fnginx.conf;h=4e53c54394a48fde527fa625e436c268b960dfc0;hb=1fd14f960d45794d4b87135ba2e2e72244987f03;hp=374861f1f356d8f5df223af2a37b3719d9aaac14;hpb=d477ffdd450fa71dc8e8705f859b8520a59b1803;p=it%2Fdep.git diff --git a/smo-install/oran_oom/controlpanel/resources-ing/nginx.conf b/smo-install/oran_oom/controlpanel/resources-ing/nginx.conf index 374861f1..4e53c543 100644 --- a/smo-install/oran_oom/controlpanel/resources-ing/nginx.conf +++ b/smo-install/oran_oom/controlpanel/resources-ing/nginx.conf @@ -1,9 +1,12 @@ events{} + http { include /etc/nginx/mime.types; + upstream backend { - server kong-proxy.kong:80; + server oran-nonrtric-kong-proxy.nonrtric:80; } + server { listen 8080; server_name localhost;