DeemOpen / zkui

A UI dashboard that allows CRUD operations on Zookeeper.
2.36k stars 977 forks source link

Bind zkui on 127.0.0.1 #13

Closed aseev-xx closed 8 years ago

aseev-xx commented 8 years ago

I need to run the application on 127.0.0.1:9090 but I do not see the necessary options in the config file, and also in the source code (eg, serverHost = 127.0.0.1). Please tell me how to do it and is it possible?

gitorko commented 8 years ago

There is no need of a serverHost property. When you start the server by default you can access http://localhost:9090 or http://127.0.0.1:9090

aseev-xx commented 8 years ago

The fact is that in this case I do not want the application to be available at hostname:9090. I want to proxy requests, for example, nginx. The application itself should not look outside.