From fcd559d1c28d77bdc4e8dc3a64a1a27a513efcbc Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:04:17 -0500 Subject: [PATCH] wip --- nixos/nginx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/nginx.nix b/nixos/nginx.nix index 484546c..4565f7c 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -113,6 +113,7 @@ "forge.quinefoundation.com-https" = { serverName = "forge.quinefoundation.com"; enableACME = true; + onlySSL = true; #listen = [ # { addr = "0.0.0.0"; port = 443; }