Add EI url to the nginx configuration
[nonrtric.git] / docker-compose / control-panel / config / nginx.conf
index 374910f..bf12f87 100644 (file)
@@ -12,7 +12,10 @@ http {
         server_name localhost;
         root /usr/share/nginx/html;
         index index.html;
-        location /a1-policy/v2/ {
+        location /a1-policy/ {
+            proxy_pass  http://backend;
+        }
+        location /ei-producer/ {
             proxy_pass  http://backend;
         }
         location / {