nginx location+proxy_pass?

Roxis roxis at list.ru
Fri Oct 19 18:21:02 MSD 2007


location /app1/ {
    proxy_pass http://mongrel_cluster1/;
}

location /app2/ {
    proxy_pass http://mongrel_cluster2/;
}





More information about the nginx mailing list