有没有办法我们可以更改 URL 中的 /nifi?
Is there a way we can change the /nifi in the URL?
当我们在本地主机上启动 NiFi 时,它 运行 在
http://localhost:8080/nifi/
我想将 URL 更改为
http://localhost:8080/customword/
这是不支持的。但是,您始终可以 运行 在 NiFi 前面的代理,它正在监听您想要的任何 host/port/context-path。
当我们在本地主机上启动 NiFi 时,它 运行 在
http://localhost:8080/nifi/
我想将 URL 更改为
http://localhost:8080/customword/
这是不支持的。但是,您始终可以 运行 在 NiFi 前面的代理,它正在监听您想要的任何 host/port/context-path。