我是 Google Cloud 的新手,我想使用 Node js 构建 1 个网站。现在我只想在 Google Cloud 上上传我的 HTML 模板,这样我就可以使用 URL 只看到项目的 HTML 部分,感谢任何帮助。
下面是 app.yalm 文件的内容
runtime: php55
api_version: 1
threadsafe: true
handlers:
- url: /
static_files: www/index.html
upload: www/index.html
- url: /(.*)
static_files: www/\1
upload: www/(.*)