X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Fcontrolpanel%2Fresources%2Fnginx.conf;fp=smo-install%2Foran_oom%2Fcontrolpanel%2Fresources%2Fnginx.conf;h=0000000000000000000000000000000000000000;hb=dd88f8e183d4463db48e1db2abb5d101e3dfb02a;hp=46f87d0990184b154c7b620e2b19c02ce1e9e5ab;hpb=aed39eed3108410e207827c54b103581e45ae3ed;p=it%2Fdep.git diff --git a/smo-install/oran_oom/controlpanel/resources/nginx.conf b/smo-install/oran_oom/controlpanel/resources/nginx.conf deleted file mode 100644 index 46f87d09..00000000 --- a/smo-install/oran_oom/controlpanel/resources/nginx.conf +++ /dev/null @@ -1,28 +0,0 @@ -events{} - -http { - include /etc/nginx/mime.types; - - upstream backend { - server nonrtricgateway:9090; - } - - server { - listen 8080; - server_name localhost; - root /usr/share/nginx/html; - index index.html; - location /a1-policy/ { - proxy_pass http://backend; - } - location /data-producer/ { - proxy_pass http://backend; - } - location /data-consumer/ { - proxy_pass http://backend; - } - location / { - try_files $uri $uri/ /index.html; - } - } -} \ No newline at end of file