I don't see anything wrong with the settings. What could cause this?
ubuntu@ip-10-0-16-238:/var/lib/consul/ui$ sudo cat /etc/consul.d/default.json
{
"data_dir": "/var/lib/consul",
"server": true,
"bootstrap_expect": 3,
"ui_dir": "/var/lib/consul/ui",
"client_addr": "0.0.0.0"
}
ubuntu@ip-10-0-16-238:/var/lib/consul/ui$ consul info
WARNING: It is highly recommended to set GOMAXPROCS higher than 1
agent:
check_monitors = 0
check_ttls = 0
checks = 0
services = 0
....
ubuntu@ip-10-0-16-238:/var/lib/consul/ui$ curl localhost:8500/ui
<a href="/ui/">Moved Permanently</a>.