Unverified Commit 8d70c3b7 authored by shi-hailong's avatar shi-hailong Committed by GitHub
Browse files

Update dolphinscheduler.conf (#3296)

/ui下的资源访问不应该发送到api-server
parent 5b7efd2d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;