Logo

GitLab

Sign in

David Zhong / realops-website

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 4
  • Merge Requests 0
  • Labels
  • Wiki
  • realops-website
  • upload
  • server
  • gae-go
  • app.yaml
  • Initial Push of Hayden's Site ...
    35b93cc9
    2015 System
    Hayden McClure authored
    2015-06-23 22:33:52 +1000  
    Browse Code ยป
app.yaml 214 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
application: jquery-file-upload
version: 2
runtime: go
api_version: go1

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