使用 Thruster 作为 Ruby 应用的 Web 服务器
原文英文,约700词,阅读约需3分钟。发表于: 。Recently, I set up some deployment scripts for a Ruby app where I wanted the server to handle SSL termination. In the "old" days, I would set up Caddy with reverse proxy the app with something...
最近,我为一个Ruby应用设置了部署脚本,使用Basecamp的Thruster替代Caddy作为反向代理。Thruster支持HTTP/2、自动TLS证书管理和基本HTTP缓存,配置简单,只需通过环境变量指定域名。运行时,在Ruby应用命令前加上“thrust”即可。对于自托管应用,Thruster简化了部署,减少了对容器的依赖,是处理反向代理的好选择。