Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的基于家庭的网络服务器中以生产模式运行没有 ssl 的侨民。我怎样才能做到这一点?我可以关闭任何开关/选项吗?
是的,你可以require_ssl在false你的config/diaspora.yml. 然后重新启动 Diaspora 并确保清除浏览器缓存,因为大多数浏览器都会缓存重定向。
require_ssl
false
config/diaspora.yml
如果您使用的是反向代理,还请确保您不要盲目地遵循 Diaspora 提供的示例配置,它们会从 HTTP 重定向到 HTTPS。
但是我们强烈建议不要这样做,您可以从startssl.com 获得免费证书。