Skip to content

Instantly share code, notes, and snippets.

@a-know
Created September 24, 2017 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-know/2683276cf9b28bca59fcf4bde3525b54 to your computer and use it in GitHub Desktop.
Save a-know/2683276cf9b28bca59fcf4bde3525b54 to your computer and use it in GitHub Desktop.
GAE で静的コンテンツ配信・プロジェクト定義ファイル
application: <project-name>
version: 100
runtime: go
api_version: go1
handlers:
- url: /
static_files: static/html/index.html
upload: static/html/index.html
- url: /.*
script: _go_app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment