From 7b1934427e5cf4fb1e497280fc43f5c4ce177b7d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 16 Nov 2023 01:23:46 -0700 Subject: [PATCH] [NixOS] Please fix 1896 --- nixos/machines/biskcomp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 9226f168..6a5a7000 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -48,7 +48,7 @@ in virtualHosts = { "1896Folsom.duckdns.org" = { # enableACME = true; - forceSSL = true; + # forceSSL = true; locations."/" = { proxyPass = "http://[::1]:8222"; };