Skip to content

Commit

Permalink
Added 999 day cache expiration.
Browse files Browse the repository at this point in the history
  • Loading branch information
crizCraig committed Apr 8, 2012
1 parent 22ed932 commit 90a3c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ runtime: python27
api_version: 1
threadsafe: true

default_expiration: "999d"

handlers:
- url: /static
static_dir: static
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Features of this boilerplate:
- Includes jQuery and JSON parser in lib.js
- Debug mode set only on local side
- favicon.ico to prevent 404's and extra requests
- 999 day expiration on static files.
- App version in query string to automate client-side cache expiration. (TODO: fix for squid proxy)
- Blank yaml configs with commented examples
- queue.yaml for configuring task queue
- dos.yaml for blacklisting IP's
Expand Down

0 comments on commit 90a3c9e

Please sign in to comment.