hi, right now i use a custom url function to create full absolute urls, i.e. i overwrite pylons.url appending scheme and host (which i pull from my config). but i'd be interested too, whether there's a better way. regards, robert
On Fri, Jul 16, 2010 at 5:04 AM, jkarmel <[email protected]> wrote: > Hey all, > I am proxying my requests through nginx while paster listens on port > 9000. The problem is when pylons calculates links the links come out > as http://127.0.0.1:9000/blah/blah instead of http://mywebsite.com/blah/blah. > What's the best way to fix this problem? > Thanks so much > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
