Hi Kalle, On Tue, Aug 12, 2008 at 11:36 AM, kalle saas <[EMAIL PROTECTED]> wrote: > > yes i have the proxy_set_header set to Host $http_host. > it's not working with that :( > > i'm wondering. i thought the "virtual domain extension" gets the > information out of the url ? >
Yes, it does examine the url and the host. You mentioned that you can get it working fine with a single mongrel instance, but that the same request will fail when you proxy through nginx. That could indicate that the request headers are not making it back to radiant/rails. I wonder if you might be able to take a look in radiant's production.log when you request the en.cannesdepetrol.de site through nginx. Do you see the fully qualified url there (like http://en.cannesdepetrol.de/...)? If you don't then I'd take another hard look at the nginx config. If you do see the hostname there then it might be a problem with the extension configuration. Cheers, Stephen _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
