diff --git a/docker/build/conf/nginx/dolphinscheduler.conf b/docker/build/conf/nginx/dolphinscheduler.conf index 9c2c3913dca0bded6805ea832cf26bd12e46c808..a594385a0eaac2eac3319324d79e6e11271707a6 100644 --- a/docker/build/conf/nginx/dolphinscheduler.conf +++ b/docker/build/conf/nginx/dolphinscheduler.conf @@ -24,6 +24,9 @@ server { root /opt/dolphinscheduler/ui; index index.html index.html; } + location /dolphinscheduler/ui{ + alias /opt/dolphinscheduler/ui; + } location /dolphinscheduler { proxy_pass http://FRONTEND_API_SERVER_HOST:FRONTEND_API_SERVER_PORT; proxy_set_header Host $host;