problem with accessing a php page
- by EquinoX
So I have a info.php page which is located on the folder /var/www/nginx-default, however when I go to my ip address/info.php, it always redirects me to this site:
http://www.iana.org/domains/example/
is this because I have a virtual host that I called example? Here is my config for the example website:
server {
listen 80;
server_name…