# Disable the default management listener which binds to 0.0.0.0 | |
# And then set up a new listener that listens on the loopback | |
[httpServer] | |
disableDefaultPort = true | |
[httpServerListener:127.0.0.1:8089] | |
ssl=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment