Hi all, I have installed a basic Windows server with Nginx in AWS. I tested the installation and it is ok. (In the server, I have written "localhost" and the browser showed the Nginx welcome page). I am having problems to connect from another machine. I have tried with ping + IP, ping + DNS, and I did the same using HTTP (IP or dns name). The server is unreachable. I have checked the Networking security and it is ok. HTTP TCP 80 0.0.0.0/0 - HTTP TCP 80 ::/0 - RDP TCP 3389 0.0.0.0/0 - All ICMP - IPv4 ICMP All 0.0.0.0/0 - All ICMP - IPv4 ICMP All ::/0 - Do you have any clue...? Thanks
What do you get when you ping local host from the server itself and then also your public IP you are trying to access (destination IP), it seems nginx may not be listening on the correct port or you have a network config issue.