From afcf22a196b026002d5bec5a2979e32cc2ba114a Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 3 May 2024 15:52:05 -0400 Subject: [PATCH] remove the `/` --- hosts/pluto/services/mirror.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pluto/services/mirror.nix b/hosts/pluto/services/mirror.nix index 70d3cf3..2916c7f 100644 --- a/hosts/pluto/services/mirror.nix +++ b/hosts/pluto/services/mirror.nix @@ -18,7 +18,7 @@ }; }; - services.nginx.virtualHosts."mirror.zackmyers.io/" = { + services.nginx.virtualHosts."mirror.zackmyers.io" = { forceSSL = true; enableACME = true; root = "/var/www/mirror.zackmyers.io";