Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bind zkui on 127.0.0.1 #13

Closed
aseev-xx opened this issue Feb 18, 2016 · 2 comments
Closed

Bind zkui on 127.0.0.1 #13

aseev-xx opened this issue Feb 18, 2016 · 2 comments

Comments

@aseev-xx
Copy link

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
Copy link
Contributor

gitorko commented Feb 23, 2016

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

@gitorko gitorko closed this as completed Feb 23, 2016
@aseev-xx
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants