From 60906559d4f93f391917c2f205dc3bdd962296e5 Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Mon, 9 Feb 2026 16:18:05 -0300 Subject: [PATCH] Core: add /autopilot-manager/ location to nginx --- core/tools/nginx/nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/tools/nginx/nginx.conf b/core/tools/nginx/nginx.conf index b4e70ddb35..c5eb96d623 100644 --- a/core/tools/nginx/nginx.conf +++ b/core/tools/nginx/nginx.conf @@ -75,6 +75,11 @@ http { proxy_pass http://127.0.0.1:8000/; } + location /autopilot-manager/ { + include cors.conf; + proxy_pass http://127.0.0.1:8000/; + } + location /bag/ { include cors.conf; proxy_pass http://127.0.0.1:9101/;