@mitchellh
How do we change the bind address for the web ui, its only accepting connections from localhost.
See the "-client" flag to change the client bind address. http://www.consul.io/docs/agent/options.html
We tried that, we ended up creating a apache proxypass, but I'll give it another try.
Yeah we run it internally with just "-client 0.0.0.0" which works fine.
@armon Thanks, I'll give it a try now
Please re-open if you have an issue
Most helpful comment
Yeah we run it internally with just "-client 0.0.0.0" which works fine.