From 6e0f7716835c9ed405c616698eb32c0ce7a1486d Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Thu, 2 Oct 2025 15:12:43 +0200 Subject: [PATCH] fix --- common/refinery.nix | 1 + msdl/configuration.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/refinery.nix b/common/refinery.nix index 5b09397..9ad0d09 100644 --- a/common/refinery.nix +++ b/common/refinery.nix @@ -11,6 +11,7 @@ virtualHosts.${refineryHost} = { locations."${refineryBaseUrl}/" = { + forceSSL = true; proxyPass = "http://127.0.0.1:8888/"; proxyWebsockets = true; extraConfig = '' diff --git a/msdl/configuration.nix b/msdl/configuration.nix index f8b7919..ff1da12 100644 --- a/msdl/configuration.nix +++ b/msdl/configuration.nix @@ -82,7 +82,6 @@ recommendedOptimisation = true; recommendedProxySettings = true; recommendedTlsSettings = true; - forceSSL = true; }; # Copy the NixOS configuration file and link it from the resulting system