I installed Nginx with phusion passenger, but I am having trouble accessing the server. I am using the default configuration file, yet I never get a response from the server when I try to visit the IP address in my browser. On my server I can do :
curl 127.0.0.1
To get a response, but visiting the IP address in the browser always times out. I made sure port 80 was open by executing sudo iptables -A INPUT -p tcp --dport 80 -j ACCEPT
, but nothing changed. I am using Ubuntu.
Possible error-sources: