i have launched aws ec2 intance with ubuntu ami & inbount rule of all traffic. inbound rule all traffic .connected to instance and entered code below to install nginx
sudo apt update sudo apt install nginx then sudo systemctl start nginx and checked nginx status it was active runnning but i cant access ip adress. chrome shows This site can't be reached i was expecting "welcome to nginx" message in my public ip. i have checked www/html folder, there is the welcome index.html file, i think installation is correct.but still site is not reached i'm newbie. pls help me