diff --git a/nixos/nginx.nix b/nixos/nginx.nix index bfa058f..7913e07 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -54,7 +54,8 @@ "claw.quineglobal.com" = { enableACME = true; - forceSSL = true; + forceSSL = false; + addSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:4310/";