lib/kamal/configuration/proxy.rb in nocoffee-kamal-2.3.0.2 vs lib/kamal/configuration/proxy.rb in nocoffee-kamal-2.3.0.3
- old
+ new
@@ -29,9 +29,10 @@
def deploy_options
{
host: hosts,
tls: proxy_config["ssl"].presence,
"tls-on-demand-url": proxy_config["tls_on_demand_url"],
+ "tls-flexible-mode": proxy_config["tls_flexible_mode"].presence,
"deploy-timeout": seconds_duration(config.deploy_timeout),
"drain-timeout": seconds_duration(config.drain_timeout),
"health-check-interval": seconds_duration(proxy_config.dig("healthcheck", "interval")),
"health-check-timeout": seconds_duration(proxy_config.dig("healthcheck", "timeout")),
"health-check-path": proxy_config.dig("healthcheck", "path"),