Sett http to port 80 does not work

I’ve set the HTTP port to 80 instead of 8123 so that I can just the IP of HA with the need for the port. Unfortunately, after rebooting, HA only shows up on 8123.

Is something else grabbing that port first? You didn’t mention what platform you are running on and that would be a big help.

Indent the configuration correctly.

OS is Ubuntu. That fixed it not accepting it in the config, but HA is still not available on port 80. UI no longer accessible on 8123. Trying to see if it’s bound to 80, it shows that it’s not.

netstat -an | grep “:80”
tcp 0 0 192.168.1.50:49132 192.168.1.224:8008 ESTABLISHED
tcp 0 0 192.168.1.50:58468 192.168.1.217:8009 ESTABLISHED
tcp 0 0 192.168.1.50:57898 192.168.1.224:8009 ESTABLISHED
tcp 0 0 192.168.1.50:33986 192.168.1.217:8008 ESTABLISHED

Ports <1024 are reserved for Root. You could solve this in a few ways. Nginx or iptables are just two.