Alan, Can you post your full app.yaml? If possible, can you also post the HTTP response headers when adding the application?
It's also possible to set a global expiration using "default_expiration": default_expiration: "4d 5h" . I can understand why you wouldn't want that if you plan on refreshing other static assets more frequently, but it could be useful for debugging purposes to try it out and see what headers you are receiving. On Tue, Nov 10, 2009 at 11:52 AM, Alan <[email protected]> wrote: > > I hope somebody can help me. > > I have some PNG files which I am serving out of a directory called / > images. > The browser is able to fetch them however when it seems the requests > always have a header of > Cache-Control max-age=0 and the browser doesnt seem to cache the > files, requesting them each time. > > My app.yaml file currently has an entry for images > - url: /images/(.*) > static_files: images/\1 > upload: images/(.*) > > I have add a expiration: '1d' but that also didnt work. > > Any idea what I am doing wrong? > > Alan > > > > > -- Ikai Lan Developer Programs Engineer, Google App Engine --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
