Switch proxy/hosts to proxy/host
The proxy only supports a single host per app for nowm so make the config match that.
This commit is contained in:
@@ -37,7 +37,7 @@ class Kamal::Configuration::Proxy
|
||||
|
||||
def deploy_options
|
||||
{
|
||||
host: proxy_config.fetch("hosts", []).first,
|
||||
host: proxy_config["host"],
|
||||
tls: proxy_config["ssl"],
|
||||
"deploy-timeout": proxy_config["deploy_timeout"],
|
||||
"drain-timeout": proxy_config["drain_timeout"],
|
||||
|
||||
Reference in New Issue
Block a user