FastCGI problem

Yordan Georgiev y.georgiev at gmail.com
Mon Mar 24 22:34:06 MSK 2008


SOLVED:
                if ($host ~* "([^\.\/]+\.[^\.\/]+)" ) {
                          set $root /www/$1/www/root;
                }
                if ($host ~* "([^\/]+)\.([^\.\/]+\.[^\.\/]+)" ) {
                          set $root /www/$2/$1/root;
                }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20080324/cbccef34/attachment.html>


More information about the nginx mailing list