From a2c68fe62d197651d8a0047f8f1da62b1752e2d5 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 1 Dec 2024 21:31:56 -0500 Subject: [PATCH] fix uneven capitalization of domain names --- hosts/gerg-desktop/services/nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/gerg-desktop/services/nginx.nix b/hosts/gerg-desktop/services/nginx.nix index f04242b..661b3ae 100644 --- a/hosts/gerg-desktop/services/nginx.nix +++ b/hosts/gerg-desktop/services/nginx.nix @@ -60,7 +60,7 @@ locations."/".proxyPass = "http://unix:${config.services.forgejo.settings.server.HTTP_ADDR}"; }; - "flux.gerg-L.com" = { + "flux.gerg-l.com" = { forceSSL = true; useACMEHost = "gerg-l.com"; @@ -74,7 +74,7 @@ zstd_types "*"; ''; }; - "cache.gerg-L.com" = { + "cache.gerg-l.com" = { forceSSL = true; useACMEHost = "gerg-l.com";