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






--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to