Update baseUrl of pms_v2.0
[portal/nonrtric-controlpanel.git] / webapp-frontend / nginx.conf
index 8ae7bd8..701d8fa 100644 (file)
@@ -12,7 +12,7 @@ http {
         server_name localhost;
         root /usr/share/nginx/html;
         index index.html;
-        location /v2/ {
+        location /a1-policy/v2/ {
             proxy_pass  http://backend;
         }
         location / {