streams/vendor/blueimp/jquery-file-upload/server/gae-go/app.yaml
2018-10-31 09:27:49 +11:00

10 lines
171 B
YAML

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