【发布时间】:2017-04-22 21:21:33
【问题描述】:
下面粘贴的 app.yaml 给出错误:
sre_constants.error: 无法引用打开组
application: villagegamedev
runtime: python27
api_version: 1
threadsafe: yes
handlers:
- url: /(.*)
static_files: ./\1
upload: ./\1
我对此测试的明确目的是为源文件夹提供服务。当我在谷歌上搜索这项工作时,搜索只出现了所有文档,即“App Engine 不会直接从应用程序的源目录中提供文件,除非配置为这样做。”那么我该如何配置它呢?
【问题讨论】:
标签: google-app-engine app.yaml