From 47a743fdbb9f2477771cf4cad6d36490beb2462f Mon Sep 17 00:00:00 2001 From: Promise Fru Date: Thu, 19 Sep 2024 17:28:40 +0100 Subject: [PATCH] feat: Enable custom hostname binding for HTTPS. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2d9e628..937bcf8 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ start: --user www-data \ --group www-data \ --port '${PORT}' \ + --host '${SSL_SERVER_NAME}' \ --ssl-certificate-file '${SSL_CERTIFICATE}' \ --ssl-certificate-key-file '${SSL_KEY}' \ --ssl-certificate-chain-file '${SSL_PEM}' \