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

How to make http:dashboard listen only localhost: 18083 #277

Open
JiapengLi opened this issue May 20, 2022 · 0 comments
Open

How to make http:dashboard listen only localhost: 18083 #277

JiapengLi opened this issue May 20, 2022 · 0 comments

Comments

@JiapengLi
Copy link

JiapengLi commented May 20, 2022

dash board is listening at 0.0.0.0:18083, how to set it to listen on localhost only?
I would like to use nginx as proxy, and force it fully use https to access the dashboard.

emqx_ctl listeners
http:dashboard
  listen_on       : 0.0.0.0:18083
  acceptors       : 4
  max_conns       : 512
  current_conn    : 0
  shutdown_count  : []

neither of below configurations works
#dashboard.listener.http = "http://127.0.0.1:18083"
#dashboard.listener.http = "127.0.0.1:18083"

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

1 participant