【发布时间】:2020-03-21 17:03:49
【问题描述】:
我现在有一个支持子域的 Rails 应用程序。用户可以拥有像 abc.myapp.com 这样的 URL。 SSL 是使用 *.myapp.com 的 Let’s Encrypt 通配符证书提供的。
现在,需要根据用户的偏好将应用映射到另一个域。例如,用户必须能够使用 Let's Encrypt 将 abc.myapp.com 映射到 hello.otherapp.com。
以下是我所说的一些参考资料: https://support.freshdesk.com/support/solutions/articles/227540-can-i-use-a-vanity-url-custom-domain-for-my-customer-portal- https://help.canny.io/en/articles/1355038-setting-up-your-custom-domain
我的堆栈是: 1. Ruby on Rails 2.Nginx 3. 让我们加密
【问题讨论】:
标签: ruby-on-rails nginx lets-encrypt