From 2364e122a26f34ea34bccfa414331c4d39af87d2 Mon Sep 17 00:00:00 2001 From: Taeer Bar-Yam Date: Mon, 23 Sep 2024 12:22:40 -0400 Subject: [PATCH] httpS --- fediversity/garage.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fediversity/garage.nix b/fediversity/garage.nix index 46fa6dc0..ea400dfb 100644 --- a/fediversity/garage.nix +++ b/fediversity/garage.nix @@ -173,6 +173,8 @@ in }; }; services.nginx.virtualHosts."garagePortProxy" = { + forceSSL = true; + enableACME = true; serverName = "*.${fedicfg.web.rootDomain}"; locations."/" = { proxyPass = "http://localhost:3902";