Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions core/tools/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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/;
Expand Down