Merge pull request #1010 from basecamp/kamal-proxy-0-7-0

Added support for ACME `http-01` challenges
This commit is contained in:
Donal McBreen
2024-09-30 09:55:34 -04:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ class Kamal::Configuration
include Validation
PROXY_MINIMUM_VERSION = "v0.6.0"
PROXY_MINIMUM_VERSION = "v0.7.0"
PROXY_HTTP_PORT = 80
PROXY_HTTPS_PORT = 443