Forum: NGINX i have a issue with a server block (virtual host)

Posted by Olivier Oliv (zyriuse)
on 2012-11-07 22:45
(Received via mailing list)
hy everybody
I try to create a virtual host (server block) on nginx, and i have two
issue.

When i m going to* http://localhost* ,i see my website
But when i try to go to the virtual host (server block) *
http://localhost/websvn*
I get an error because he try to find a webpage  with the name *websvn* 
on
my first website.
I don't understand why ??

*/conf/nginx.conf*

http {
>     default_type  application/octet-stream;
>     proxy_cache_path /mnt/donner/nginx/cache levels=1:2 keys_zone=one:10m;
>         listen       80;
>         #server_name localhost;
>         passenger_enabled on;
>         passenger_use_global_queue on;
>
>         error_log   /home/logs/nginx/error.log;
>         access_log  /home/logs/nginx/access-global.log;
>
      }

 }
>

*/vhost-enable/srv-websvn.conf*


server {
>
>
>              }
>            }
>

--
Cordialement

Olivier Morel
tel : 06.62.25.03.77
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.