Merge pull request #1253 from AxelTheGerman/proxy-0.8.3

Bump proxy minimum version to 0.8.3
This commit is contained in:
Donal McBreen
2024-12-02 09:54:33 +00:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ class Kamal::Configuration
include Validation include Validation
PROXY_MINIMUM_VERSION = "v0.8.2" PROXY_MINIMUM_VERSION = "v0.8.3"
PROXY_HTTP_PORT = 80 PROXY_HTTP_PORT = 80
PROXY_HTTPS_PORT = 443 PROXY_HTTPS_PORT = 443
PROXY_LOG_MAX_SIZE = "10m" PROXY_LOG_MAX_SIZE = "10m"