aboutsummaryrefslogtreecommitdiff
path: root/vendors/jquery-file-upload/server/gae-python/app.yaml
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-07-29 10:15:17 +0200
committerSem <sembrestels@riseup.net>2012-07-29 10:15:17 +0200
commitd00e34131d6177f6d22eb3cf32c50216820aafba (patch)
tree8adfab83855f19bc1de2273216707da99bec9c1d /vendors/jquery-file-upload/server/gae-python/app.yaml
parent24ff6662195222479b4d83d41fa89edc8a3c05d1 (diff)
downloadelgg-d00e34131d6177f6d22eb3cf32c50216820aafba.tar.gz
elgg-d00e34131d6177f6d22eb3cf32c50216820aafba.tar.bz2
Added jquery file upload plugin: https://github.com/blueimp/jQuery-File-Upload
Diffstat (limited to 'vendors/jquery-file-upload/server/gae-python/app.yaml')
-rw-r--r--vendors/jquery-file-upload/server/gae-python/app.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendors/jquery-file-upload/server/gae-python/app.yaml b/vendors/jquery-file-upload/server/gae-python/app.yaml
new file mode 100644
index 000000000..5fe123f59
--- /dev/null
+++ b/vendors/jquery-file-upload/server/gae-python/app.yaml
@@ -0,0 +1,16 @@
+application: jquery-file-upload
+version: 1
+runtime: python27
+api_version: 1
+threadsafe: true
+
+builtins:
+- deferred: on
+
+handlers:
+- url: /(favicon\.ico|robots\.txt)
+ static_files: static/\1
+ upload: static/(.*)
+ expiration: '1d'
+- url: /.*
+ script: main.app