Revert "Merge branch 'master' into cherry"
[it/dep.git] / nonrtric / helm / controlpanel / resources / nginx.conf
diff --git a/nonrtric/helm/controlpanel/resources/nginx.conf b/nonrtric/helm/controlpanel/resources/nginx.conf
deleted file mode 100644 (file)
index e7f807f..0000000
+++ /dev/null
@@ -1,25 +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 /ei-producer/ {
-            proxy_pass  http://backend;
-        }
-        location / {
-            try_files $uri $uri/ /index.html;
-        }
-    }
-}
\ No newline at end of file