8 messages in ru.sysoev.nginxRe: configuring nginx for different r...
FromSent OnAttachments
Archana BalajiNov 20, 2007 11:10 pm 
Cliff WellsNov 21, 2007 12:05 am 
Igor SysoevNov 21, 2007 12:24 am 
amith amithNov 24, 2007 12:40 am 
Igor SysoevNov 24, 2007 1:00 am 
amith amithNov 25, 2007 9:14 am 
Brandon HoultFeb 22, 2008 12:45 pm 
Brandon HoultFeb 22, 2008 1:07 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: configuring nginx for different rails apps under same domainActions...
From:Cliff Wells (clif@public.gmane.org)
Date:Nov 21, 2007 12:05:45 am
List:ru.sysoev.nginx

On Wed, 2007-11-21 at 08:10 +0100, Archana Balaji wrote:

i want to know how to configure nginx for different rails app under the same domain.

You seem to have accomplished this.

Below is my enginx configuration .i want to know where iam goin wrong as i'm able to go in my home page but not able to navigate from login and signup pages.

location /app1/ { proxy_pass http://mongrel_cluster/;

Try removing the trailing slash on this line.

Cliff