Commit 5c573951 authored by Evan W. Patton's avatar Evan W. Patton

Cache assets from /media and /images

Change-Id: I4a6084d1a6cd83ac69d73fcc1b3e3a510ece7997
parent 72e0ca15
......@@ -11,6 +11,8 @@
<include path="/fonts/*" expiration="365d">
<http-header name="Content-Type" value="font/ttf" />
</include>
<include path="/media/*" expiration="365d" />
<include path="/images/*" expiration="365d" />
<!-- These are not cached on purpose -->
<include path="/ode/**.nocache.*" expiration="0s" />
<include path="/blocklyframe.html" expiration="0s" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment