| Index: tools/testing/perf_testing/appengine/app.yaml
|
| ===================================================================
|
| --- tools/testing/perf_testing/appengine/app.yaml (revision 2872)
|
| +++ tools/testing/perf_testing/appengine/app.yaml (working copy)
|
| @@ -22,7 +22,6 @@
|
| mime_type: application/json
|
| static_files: static/\1
|
| upload: static/(.*\.json)
|
| - expiration: "1h"
|
|
|
| # image files
|
| - url: /(.*\.(bmp|gif|ico|jpeg|jpg|png))
|
| @@ -40,6 +39,13 @@
|
| upload: static/(.+)/index.html
|
| expiration: "15m"
|
|
|
| +- url: /graphs
|
| + static_dir: static/graphs
|
| +
|
| +- url: /graphs/(.*)
|
| + static_files: static/graphs/\1
|
| + upload: static/graphs/(.*)
|
| +
|
| # site root
|
| - url: /
|
| static_files: static/index.html
|
|
|