我正尝试在Windows ServerR2中使用Puma over ssl运行我的rails应用程序。我遵循了的回答。我已经使用SSL目录安装了puma,并使用以下命令运行puma
>puma -b 'ssl://127.0.0.1:3000?cert=C:\Sites\server.crt&&key=C:Sites\server.key' -e development -
我有2台(ubuntu)服务器,分别配置了nginx、puma和capistrano来为rails应用程序提供服务。为了节省成本,我希望它只托管在一台服务器上。这里有一些链接,但还不清楚需要做什么: Setting up multiple rails apps using nginx and Puma is it possible to have multipleproject of rails on same port?ssl_certificate