From 9ea897647650bb4134b125d334eb238db50221a5 Mon Sep 17 00:00:00 2001 From: Jeff Wong Date: Mon, 28 Jul 2025 16:16:41 -0700 Subject: [PATCH] FIX: default enable_ssl to be 1 --- templates/web.ssl.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/web.ssl.template.yml b/templates/web.ssl.template.yml index 912e12fab..758453e6c 100644 --- a/templates/web.ssl.template.yml +++ b/templates/web.ssl.template.yml @@ -1,3 +1,5 @@ +env: + ENABLE_SSL: 1 run: - file: path: /etc/runit/1.d/install-ssl