为了账号安全,请及时绑定邮箱和手机立即绑定

Google 应用引擎 + Go + 提供静态文件 + 配置有什么问题

Google 应用引擎 + Go + 提供静态文件 + 配置有什么问题

Go
BIG阳 2021-07-05 17:06:20
我在 app.yaml 中有这个application: testversion: 1runtime: goapi_version: go1handlers:- url: /  static_files: client/index.html  upload: client/index.html- url: /index\.html  static_files: client/index.html  upload: client/index.html- url: /(.*\.(css|gif|png|jpg|ico|js|html))  static_files: client/\1  upload: client/(.*\.(css|gif|png|jpg|ico|js|html))- url: /.*  script: _go_app我使用“dev_appserver.py test”启动应用程序。当我在浏览器中打开 localhost:8080 或 localhost:8080/index.html 我得到一个 404
查看完整描述

1 回答

?
ABOUTYOU

TA贡献1812条经验 获得超5个赞

application: test

version: 1

runtime: go

api_version: go1


handlers:

- url: /

  static_files: app/client/index.html

  upload: app/client/index.html


- url: /(.*\.(css|gif|png|jpg|ico|js|html))

  static_files: app/client/\1

  upload: app/client/(.*\.(css|gif|png|jpg|ico|js|html))


- url: /.*

  script: _go_app


查看完整回答
反对 回复 2021-07-05
  • 1 回答
  • 0 关注
  • 142 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信