Changes between Initial Version and Version 1 of Ticket #1233, comment 7


Ignore:
Timestamp:
03/31/17 19:17:05 (7 years ago)
Author:
stackoverflow.com/users/2528298/ted-wilmont

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1233, comment 7

    initial v1  
    11That's interesting, and thank you for suggesting that.
    22
    3 However, we also cache image/video files from the origin server and deliver them using nginx direct to the client.  These have expires headers of 3 months set on the origin server.  We don't want to set 3 months on all "200" codes so how could we work around that?
     3However, we also cache image/video files from the origin server and deliver them from the nginx cache direct to the client.  These have expires headers of 3 months set on the origin server.  We don't want to set 3 months on all "200" codes so how could we work around that?