Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
5c573951
Commit
5c573951
authored
Nov 04, 2016
by
Evan W. Patton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cache assets from /media and /images
Change-Id: I4a6084d1a6cd83ac69d73fcc1b3e3a510ece7997
parent
72e0ca15
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
appinventor/appengine/war/WEB-INF/appengine-web.xml
appinventor/appengine/war/WEB-INF/appengine-web.xml
+2
-0
No files found.
appinventor/appengine/war/WEB-INF/appengine-web.xml
View file @
5c573951
...
...
@@ -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"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment