Looks like port 80 is not opened . Run the following command and try again.
$ sudo firewall-cmd --zone=public --add-port=80/tcp --permanent $ sudo firewall-cmd --reload
Another reason could be web server is down.
Looks like port 80 is not opened . Run the following command and try again.
$ sudo firewall-cmd --zone=public --add-port=80/tcp --permanent $ sudo firewall-cmd --reload
Another reason could be web server is down.