configuring nginx for different rails apps under same domain
Cliff Wells
cliff at develix.com
Wed Nov 21 11:06:08 MSK 2007
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
More information about the nginx
mailing list