You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
neither of below configurations works
#dashboard.listener.http = "http://127.0.0.1:18083"
#dashboard.listener.http = "127.0.0.1:18083"
The text was updated successfully, but these errors were encountered: