eldk commented on issue #1485: s-maxage stuck on
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1485#issuecomment-365270222
 
 
   Hello,
   
   Checking if some mp4 videos are indexed by Google, I've found that some of 
them are also always served with s-maxage=0 (IPRO) : 
   
   ```
   date: Tue, 13 Feb 2018 12:55:41 GMT
   server: Apache/2.4.29
   etag: "35f0d4-56296736b21dd"
   cache-control: public, max-age=31536000, s-maxage=10
   X-Firefox-Spdy: h2
   ```
   
   Adding to pagespeed.conf : 
   ```
   ModPagespeedDisallow "https://domain.tld/*.mp4";
   ```
   Solves it.
   
   Thanks,
   
   Eric

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to