To answer my own post, removing the "permanent" does what I want. i.e.
instead of;

   rewrite  ^/app1/(.*)$  /$1  permanent;

removing the permanent so that the line reads;

   rewrite  ^/app1/(.*)$  /$1;

...allows processing to continue to the proxy_pass directive on the
same line.

Cheers

David



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to