Loading docker/build/conf/nginx/dolphinscheduler.conf +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
docker/build/conf/nginx/dolphinscheduler.conf +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading