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/;