atom feed4 messages in ru.sysoev.nginxRE: Welcome to Nginx message
FromSent OnAttachments
Jim OhlsteinNov 25, 2008 12:29 pm 
Swanilda SuarezNov 25, 2008 1:28 pm 
Almir KaricNov 25, 2008 1:37 pm 
Igor SysoevDec 1, 2008 4:38 am 
Subject:RE: Welcome to Nginx message
From:Jim Ohlstein (jim.@gmail.com)
Date:Nov 25, 2008 12:29:39 pm
List:ru.sysoev.nginx

If you only have the one domain, a simple way would be to delete or rename the nginx/html directory and then create a symbolic link to nginx/html from your doc root.

# mv /path/to/nginx/html /path/to/nginx/html.bak

# ln -s /path/to/doc/root /path/to/nginx/html

From: owne@sysoev.ru [mailto:owne@sysoev.ru] On Behalf Of Swanilda Suarez Sent: Tuesday, November 25, 2008 2:17 PM To: ngi@sysoev.ru Subject: Welcome to Nginx message

I have installed nginx, but I was wondering what do I need to do in order to be able to type the ip address and instead of getting the welcome screen, have my webpage come up. In other words every time I type xx.xx.xx.xx I get "Welcome to Nginx" but I want to go to my url now. It works fine if I type the domain name but not the ip