fix uneven capitalization of domain names

This commit is contained in:
Gerg-L 2024-12-01 21:31:56 -05:00
parent b0a3532514
commit a2c68fe62d
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -60,7 +60,7 @@
locations."/".proxyPass = "http://unix:${config.services.forgejo.settings.server.HTTP_ADDR}"; locations."/".proxyPass = "http://unix:${config.services.forgejo.settings.server.HTTP_ADDR}";
}; };
"flux.gerg-L.com" = { "flux.gerg-l.com" = {
forceSSL = true; forceSSL = true;
useACMEHost = "gerg-l.com"; useACMEHost = "gerg-l.com";
@ -74,7 +74,7 @@
zstd_types "*"; zstd_types "*";
''; '';
}; };
"cache.gerg-L.com" = { "cache.gerg-l.com" = {
forceSSL = true; forceSSL = true;
useACMEHost = "gerg-l.com"; useACMEHost = "gerg-l.com";