GAE / Go:/ _ah / start返回401

时间:2017-04-05 07:14:43

标签: google-app-engine go

我们的GAE / Go应用程序返回401响应/ _ah / start,如下所示。

enter image description here

app.yaml就是这个。

runtime: go
api_version: go1
application: (out app)
version: 777
threadsafe: true
manual_scaling:
  instances: 1  

handlers:

- url: /_ah/.*
  script: _go_app

- url: /.*
  script: _go_app
  login: required
  secure: always

为什么我们有这个错误?我怎样才能解决这个问题? 我们知道删除manual_scaling可以解决此错误,但我们希望限制实例的数量。

0 个答案:

没有答案