commit vendor
This commit is contained in:
10
vendor/blueimp/jquery-file-upload/server/gae-go/app.yaml
vendored
Normal file
10
vendor/blueimp/jquery-file-upload/server/gae-go/app.yaml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
runtime: go
|
||||
api_version: go1
|
||||
|
||||
handlers:
|
||||
- url: /(favicon\.ico|robots\.txt)
|
||||
static_files: static/\1
|
||||
upload: static/(.*)
|
||||
expiration: '1d'
|
||||
- url: /.*
|
||||
script: _go_app
|
||||
Reference in New Issue
Block a user