Add docker-compose for nonrtric-gateway
[nonrtric.git] / docker-compose / control-panel / config / nginx.conf
index 81102eb..374910f 100644 (file)
@@ -12,8 +12,11 @@ http {
         server_name localhost;
         root /usr/share/nginx/html;
         index index.html;
-        location /api/ {
+        location /a1-policy/v2/ {
             proxy_pass  http://backend;
         }
+        location / {
+            try_files $uri $uri/ /index.html;
+        }
     }
 }
\ No newline at end of file