fediplan/public/js/jQuery-File-Upload-10.1.0/server/gae-go/app.yaml

11 lines
171 B
YAML
Raw Normal View History

2019-08-09 13:55:27 +02:00
runtime: go
api_version: go1
handlers:
- url: /(favicon\.ico|robots\.txt)
static_files: static/\1
upload: static/(.*)
expiration: '1d'
- url: /.*
script: _go_app