aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/blueimp/jquery-file-upload/server/gae-go/app.yaml
blob: b5ac1a2e176439e58c2cfd0dc84be44eba5a6c01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
runtime: go
api_version: go1

handlers:
- url: /(favicon\.ico|robots\.txt)
  static_files: static/\1
  upload: static/(.*)
  expiration: '1d'
- url: /.*
  script: _go_app