我在以下地址运行 Apache Superset:
http://superset.example.com:8088
Run Code Online (Sandbox Code Playgroud)
这会被重定向到:
http://superset.example.com:8088/superset/welcome
理想情况下,用户将被重定向到:
http://superset.example.com:8088/welcome
Run Code Online (Sandbox Code Playgroud)
如何才能做到这一点呢?我还希望它在端口 80 下运行,因此不需要指定端口,但我也无法做到这一点。
这个问题涵盖了您正在谈论的内容:
https://github.com/apache/incubator-superset/issues/985
这导致了这个封闭的公关:
https://github.com/apache/incubator-superset/pull/1866
你可以尝试重新打开 PR 并完成它,或者你可以尝试像这个人建议的那样配置 nginx 。