aboutsummaryrefslogtreecommitdiff
path: root/ui/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'ui/deploy')
-rwxr-xr-xui/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/deploy b/ui/deploy
index 2923f1d45..d10d1880a 100755
--- a/ui/deploy
+++ b/ui/deploy
@@ -81,6 +81,7 @@ runtime: python27
api_version: 1
threadsafe: yes
instance_class: B1
+default_expiration: "1m"
manual_scaling:
instances: 1
handlers:
@@ -96,7 +97,6 @@ handlers:
- url: /assets/(.*)
static_files: static/assets/\1
upload: static/assets/(.*)
- expiration: "1d"
- url: /(.*)
static_files: static/\1
upload: static/(.*)