html - gh-pages : Do not cache certain images -
i have build server upload pass/fail graphic gh-pages after each build. want display on project's page.
http://jasperblues.github.io/typhoon/build-status.png
however, seems gh-pages caching. . how can tell gh-pages not cache iamge?
you can add file in directory png image contained called .htaccess
the contents should be:
expiresbytype image/png "access plus 5 minutes"
Comments
Post a Comment