Sunday, 18 August 2013

To host a static(html) website on googleappspot, what should be in the app.yaml file?

To host a static(html) website on googleappspot, what should be in the
app.yaml file?

can i use this for uploading html pages
app.yaml contents--
application: visualvidya
version: 1
runtime: python
api_version: 1
handlers: - url: /(.*.(gif|png|jpg|ico|js|css))
static_files: \1
upload: (.*.(gif|png|jpg|ico|js|css))

No comments:

Post a Comment