diff options
Diffstat (limited to 'extras/appengine')
| -rw-r--r-- | extras/appengine/app.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/appengine/app.yaml b/extras/appengine/app.yaml index 3afa891..374ac5d 100644 --- a/extras/appengine/app.yaml +++ b/extras/appengine/app.yaml @@ -15,9 +15,9 @@ handlers: static_files: static/robots.txt upload: static/robots.txt -- url: /static/(script.js|styles.css|upload.py) +- url: /static/(script.js|styles.css) static_files: static/\1 - upload: static/(script.js|styles.css|upload.py) + upload: static/(script.js|styles.css) expiration: 1h # Shorter expiration, these change often - url: /static |
