0

我是 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/(.*)
4

1 回答 1

1

您有两个简单的选择:

于 2019-02-07T07:37:17.897 回答