Will mapping a custom domain remove the appspot.com domain?

一个人想着一个人 提交于 2020-05-01 15:49:54

问题


As the title states; will google appengine remove the x.appspot.com domain if a custom one is mapped? Or will the unique x.appspot.com always work, regardless of custom domain mapping? Both in a short and long-term perspective.


回答1:


x.appspot.com will always work.

The appspot domain is really important because it allows you to directly access different versions and modules. For example, if you have only a default module and multiple versions of it, you can access the versions like this:

  • v1.x.appspot.com
  • v2.x.appspot.com

The default version will be at x.appspot.com.



来源:https://stackoverflow.com/questions/39996075/will-mapping-a-custom-domain-remove-the-appspot-com-domain

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!