Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Tools / GardeningServer / app.yaml
index 8d901ca..3ac4d33 100644 (file)
@@ -5,14 +5,15 @@ api_version: 1
 threadsafe: true
 
 handlers:
-- url: /
-  static_files: sheriff-o-matic.html
-  upload: sheriff-o-matic.html
+- url: /alerts
+  script: alerts.app
   secure: always
-  http_headers:
-      Strict-Transport-Security: max-age=10886400; includeSubDomains
 
-- url: /alerts
+- url: /alerts-history
+  script: alerts.app
+  secure: always
+
+- url: /alerts-history/.*
   script: alerts.app
   secure: always
 
@@ -55,6 +56,13 @@ handlers:
   static_dir: bower_components
   secure: always
 
+- url: /.*
+  static_files: sheriff-o-matic.html
+  upload: sheriff-o-matic.html
+  secure: always
+  http_headers:
+      Strict-Transport-Security: max-age=10886400; includeSubDomains
+
 skip_files:
 - ^(.*/)?#.*#$
 - ^(.*/)?.*~$