8 messages in ru.sysoev.nginxRe: FastCGI problem
FromSent OnAttachments
Yordan GeorgievMar 19, 2008 5:57 am 
bianbianMar 19, 2008 6:07 am 
Yordan GeorgievMar 19, 2008 6:26 am 
Igor ClarkMar 19, 2008 7:24 am 
Yordan GeorgievMar 19, 2008 4:01 pm 
Yordan GeorgievMar 19, 2008 4:01 pm 
Yordan GeorgievMar 24, 2008 12:26 pm 
Yordan GeorgievMar 24, 2008 12:33 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: FastCGI problemActions...
From:Yordan Georgiev (y.ge@public.gmane.org)
Date:Mar 24, 2008 12:33:43 pm
List:ru.sysoev.nginx

SOLVED: if ($host ~* "([^\.\/]+\.[^\.\/]+)" ) { set $root /www/$1/www/root; } if ($host ~* "([^\/]+)\.([^\.\/]+\.[^\.\/]+)" ) { set $root /www/$2/$1/root; }