【发布时间】:2019-08-25 21:06:19
【问题描述】:
我正在尝试在 Google Cloud Functions 上设置通配符域。我已经看到here 对 Google App Engine 是可行的。但是如何为 Google Cloud Functions 做呢?
假设通配符是*.singlelisting.co。我想从这些子域6.singlelisting.co 或ns324.singlelisting.co 中的任何一个中访问一个名为bigben 的函数。
因此,用户可以通过访问https://6.singlelisting.co/bigben 或https://ns324.singlelisting.co/bigben 访问bigben
【问题讨论】:
标签: google-cloud-platform google-cloud-functions