Skip to content

Commit 6090655

Browse files
Core: add /autopilot-manager/ location to nginx
1 parent 222f7ae commit 6090655

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/tools/nginx/nginx.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ http {
7575
proxy_pass http://127.0.0.1:8000/;
7676
}
7777

78+
location /autopilot-manager/ {
79+
include cors.conf;
80+
proxy_pass http://127.0.0.1:8000/;
81+
}
82+
7883
location /bag/ {
7984
include cors.conf;
8085
proxy_pass http://127.0.0.1:9101/;

0 commit comments

Comments
 (0)