On Thu, Mar 12, 2009 at 11:31 PM, MOD Films <[email protected]> wrote: > > Hi > > Is it possible to configure TG1 to serve static files from Amazon > Cloudfront? > > I can't see how to specify that /static points to another server.
What version? If deployed via modwsgi and apache: Alias /static /usr/local/turbogears/myfirstapp/myfirstapp/static you would have to look up how to do an alias with different site: Alias /static http:/amazon.com/...../file.gz Lucas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

