On Mar 4, 2011, at 7:22 , Alex H wrote:
server {
I have a rackspace server running with nginx. I am a newbie to all the server stuff. Let me explain the situation here:
- I have an IP address and I have two virtual host on my machine.
- I don't have a domain and I don't want to buy one
- I want to map it so I can access the website as xxx.xxx.xxx.xxx/v_host1 and xxx.xxx.xxx.xxx/v_host2
How can I do this the easy way? I am guessing I should change the nginx config of my site... but not sure which one to change.
location /v_host1/ {
root /path/to/v_host1;
}
location /v_host2/ {
root /path/to/v_host2;
}
--
Igor Sysoev
http://sysoev.ru/en/
0 评论:
发表评论